Re: [Live-devel] help with streaming a .ts file

2016-08-10 Thread Ross Finlayson
> The given openRTSP command generates a folder full of files with the .mp4 > extension. Looking at our code, I don’t see how that can happen unless you also gave “openRTSP” the “-4” option. Could you please rerun “openRTSP” once again, this time *without* the “-V” option (so that you get full

Re: [Live-devel] help with streaming a .ts file

2016-08-10 Thread Jason Reeves
The given openRTSP command generates a folder full of files with the .mp4 extension. We have to rename them to .m4e in order for live555MediaServer to stream them. :) Here are the properties of the files as reported by avprobe: $ avprobe output-0-00060.mp4 avprobe version 11.7, Copyright (c

Re: [Live-devel] Does the proxy server pull the source stream only when the output stream is being consumed?

2016-08-10 Thread Ross Finlayson
> Does the proxy server only start pulling the source stream when there are one > or more consumers of the output stream? When all consumers of the output > stream go away, does the proxy server stop pulling the source stream? When the “LIVE555 Proxy Server” is started, it contacts the remote (‘

Re: [Live-devel] help with streaming a .ts file

2016-08-10 Thread Ross Finlayson
We are using openRTSP to save segments of video from security camera files.  So far, that is working beautifully.  We use the command:openRTSP -V -P 60 -u -v rtsp:///path/to/videoThis creates a folder full of .mp4 files.Actually, those won’t be “.mp4” files.  If your video stream is MPEG-4 video,

Re: [Live-devel] help with streaming a .ts file

2016-08-10 Thread Ross Finlayson
> We are using openRTSP to save segments of video from security camera files. > So far, that is working beautifully. > > We use the command: > > openRTSP -V -P 60 -u -v rtsp:///path/to/video > > This creates a folder full of .mp4 files. Actually, those won’t be “.mp4” files. If your vide

[Live-devel] Does the proxy server pull the source stream only when the output stream is being consumed?

2016-08-10 Thread Anil Ramachandran
Hi everyone, Does the proxy server only start pulling the source stream when there are one or more consumers of the output stream? When all consumers of the output stream go away, does the proxy server stop pulling the source stream? Sorry if I am breaking any listiquette with this email; please

[Live-devel] help with streaming a .ts file

2016-08-10 Thread Jason Reeves
Hello, We are using openRTSP to save segments of video from security camera files. So far, that is working beautifully. We use the command: openRTSP -V -P 60 -u -v rtsp:///path/to/video This creates a folder full of .mp4 files. We have a need to stream these .mp4 files complete with smooth

Re: [Live-devel] rtp over rtsp: timestamps in RTCP SR

2016-08-10 Thread Ross Finlayson
Absolutely not! LIVE555 programmers should never have to deal with RTP timestamps directly. Our software automatically uses RTCP to convert presentation times to RTP timestamps (when transmitting) and back to presentation times (when receiving). Presentation times are all that you need to thi

[Live-devel] rtp over rtsp: timestamps in RTCP SR

2016-08-10 Thread Gajdosik Johannes
Thanks for the LiveMedia Software! While receiving rtp over rtsp from my liveMedia server implementation, I receive bad timestamps every time when a new client starts to receive the same stream. I fixed this behaviour with the patch below. This patch also gives me full control over the timestam

Re: [Live-devel] rtp over rtsp, tcp sending: dropped frames

2016-08-10 Thread Gajdosik Johannes
On Tue, 9 Aug 2016 12:47:49 -0700 Ross Finlayson wrote: Thanks for your answer! > > In my opinion this behaviour is inappropriate, since I use TCP streaming > > exactly because I never must drop a frame. > > This is unrealistic, and impossible if your network stream is exceeding the > capac