Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RTSP streaming of video files to 3gp

One of my friend wants to build a mobile site. He also has a couple of video files that should be streamed on to visitors mobile when chosen. I want to know if there exists a library to stream a video over rtsp in java. I tried this one http://www.csee.umbc.edu/~pmundur/courses/CMSC691C/lab5-kurose-ross.html. But it had too many incomplete code and was giving errors.

like image 894
Akhil K Nambiar Avatar asked Aug 17 '11 11:08

Akhil K Nambiar


1 Answers

VLC has a nice streaming (over RTSP) functionality. Maybe you could look at streaming in VLCj: http://code.google.com/p/vlcj/wiki/Streaming

like image 130
Gosia Avatar answered Oct 06 '22 00:10

Gosia