Re: [Live-devel] Regarding the h264 video stream's rtp packet timestamp

2013-10-22 Thread Tony
Thanks your answer. There is another question about the scheduleDelayedTask(duration,x,x). So how should I set the duration, then the audio and video would be sync. Currently my every audio's frame is 2ms. the video frame rate is 25fps.. Now I set the audio's next getframe time is 2ms, vid

Re: [Live-devel] Proxy Server (Multiple Client / Recorded File Issue)

2013-10-22 Thread Bob Bischan
That makes sense. I think I need to change my environment to get a better sense of what the underlying problem might be. Currently, I have one application residing on the same server as the proxy and the other is out on amazon cloud. in this scenario proxy server is feeding 2 clients with vastly d

Re: [Live-devel] Proxy Server (Multiple Client / Recorded File Issue)

2013-10-22 Thread Ross Finlayson
> I guess my question would be this: Assuming all back-end servers are live > rtsp:// streams going to Proxy Server. Would each front-end client connection > to Proxy Server be isolated from the other...would the characteristics of the > stream provided by Proxy Server be as if each application

Re: [Live-devel] Proxy Server (Multiple Client / Recorded File Issue)

2013-10-22 Thread Bob Bischan
The back-end servers in this case are feeding a live stream to Proxy Server. From there I have one application that connects to Proxy Server to convert the rtsp:// streams to rtmp:// for flash presentation. Simultaneously, there is a second application that connects to Proxy Server to record the st

Re: [Live-devel] Proxy Server (Multiple Client / Recorded File Issue)

2013-10-22 Thread Ross Finlayson
Unfortunately your description of your problem wasn't particularly clear; it seems, though, that you should be investigating your recording application(s), to figure out why they're not giving you what you want. (In particular, you could investigate how well they handle packet (i.e., data) loss

[Live-devel] Proxy Server (Multiple Client / Recorded File Issue)

2013-10-22 Thread Bob Bischan
When running Proxy Server in a multiple client configuration there appears to be an obscure problem (html5: media error) with recording h264/mp4 files. If I run a single recording application (VLC VLM based) pulling streams from Proxy Server I do not encounter this error. Files work just fine on d

Re: [Live-devel] True push DeviceSource

2013-10-22 Thread Ross Finlayson
> I am confused as how the event mechanism works in live555. I have a source > that is fed with video and audio frames and I want to trigger > doGetNextFrame() of my custom DeviceSource so that those frames are streamed > using live555. For this I am using > > > m_eventID = envir().taskSchedul

[Live-devel] FYI: Updates to the RTSP "REGISTER" mechanism

2013-10-22 Thread Ross Finlayson
I have installed a new version (2013.10.22) of the "LIVE555 Streaming Media" software that updates and improves our custom RTSP "REGISTER" mechanism. In particular: - In the "testProgs" directory, there is now a utility application "registerRTSPStream" that registers a given "rtsp://" URL with a

Re: [Live-devel] How to tie libvpx together with live555

2013-10-22 Thread Ross Finlayson
> It even seems like google's own API for android has problems playing back the > stream, even though Google explicitly lists support for both RTSP and VP8 > (https://developer.android.com/guide/appendix/media-formats.html). Why don't you ask them (i.e., Google) about this? Ross Finlayson Live

Re: [Live-devel] How to tie libvpx together with live555

2013-10-22 Thread Morten S. Laursen
Hi Ross, Just tested with the latest version from the respective repository, and it does indeed seem to be working with these. Thank you very much for your suggestions, I really appreciate it. I did assume it was something on my end, as I thought support was more widespread? It even seems like goog

Re: [Live-devel] RTSP over HTTP in URL

2013-10-22 Thread Ross Finlayson
> By now selecting RTSP over http in the RTSP client need to specify the port > in its constructor and it works fine. > > In such a situation the port specified in the URL is ignored. That's correct. > I wondering whether it could be more convenient to select the HTTP tunneling > through th

[Live-devel] RTSP over HTTP in URL

2013-10-22 Thread PROMONET Michel
Hi Ross, By now selecting RTSP over http in the RTSP client need to specify the port in its constructor and it works fine. In such a situation the port specified in the URL is ignored. I wondering whether it could be more convenient to select the HTTP tunneling through the URL and