Re: [Live-devel] Delay problem using PassiveServerMediaSubsession

2015-01-26 Thread Ross Finlayson
> Once I connect a client to my proxy everything works correctly except that I > receive the video with has a significant delay (1 or 2 seconds). > I noticed this opening with the same player (Axis Media Control) both > streams: the original and the proxied one. Just to be clear - are you saying

[Live-devel] Delay problem using PassiveServerMediaSubsession

2015-01-26 Thread whitfy
Hello, I am trying to create a simple RTSP Proxy which makes use of PassiveServerMediaSubsession instead of OnDemandServerMediaSubsession. What I am doing is just a test just to see if the result is acceptable for our application ad is as follows: The source of my video is an Axis Q7424-R serve

[Live-devel] Muxing H264 and AAC into a MPEG-TS and stream it over RTP

2015-01-26 Thread Marc Palau
Dear Ross, we are trying to stream MPEG-TS over RTP using live555 library. The main idea is muxing two streams: an H264 video stream and an AAC audio stream, reading each one from independent files. In order to do this, we have constructed a little test (based on existing live555 tests) which we