[Live-devel] H.264 RTSP Streaming with QuickTime

2009-05-06 Thread Ganesh V
Dear Experts, Currently, I am trying to achieve generic RTSP H.264 Streaming functionality based on Livemedia. Based on the available literature, I figured that my application needs to generate sprop-parameter-sets for SDP. From livemedia sources, I observed that in H264VideoRTPSink (constructo

Re: [Live-devel] RTSP stops after 5 minutes

2009-05-06 Thread Ron McOuat
The media.amp ending on the URL says you are using an Axis camera. If you replace the -t option with -T 80 you will switch from using regular RTSP/RTP by TCP to TCP tunneled on HTTP to port 80 which the Axis camera will accept. This did not fail for me after a time period. I compiled live555 wi