[Live-devel] Streaming a WAV file

2012-05-31 Thread Sid Price
Ross, I am running the OnDemandRTSPServer test application with WAV files and it seems that the WAV file processing expects the first SubChunk of the file to always be the "fmt " SubChunk. This is not the case for the files I am using, they have other SubChunks, e.g. "LIST". What is the be

Re: [Live-devel] MPEG2 to H.264

2012-05-31 Thread Warren Young
On 5/31/2012 1:07 PM, Meftah Tayeb wrote: any good apropriate tool to use? Perhaps ffmpeg. But that wouldn't be on topic here, would it? ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Is there any way in testMPEG2TransportStreamer.cpp to know the frame rate of the file it is streaming

2012-05-31 Thread Warren Young
On 5/29/2012 5:34 AM, Tarun Batra wrote: Is there any way in testMPEG2TransportStreamer.cpp to know the frame rate of the file it is streaming Try subclassing MPEG2TransportStreamFramer, and keeping track when its getNextFrame() method is called. Between that and gettimeofday(), you sho

Re: [Live-devel] Byte rate of live media server

2012-05-31 Thread Warren Young
On 5/28/2012 8:09 AM, Ketan Gholap wrote: i was wondering how to find out the bit/byte rate of streaming of live media server,that i can print on the console??? If you're streaming using an RTPSink object, call its octetCount() method at two known times. Then: double mbits_sent =

Re: [Live-devel] liveMedia/FreeBSD : compilation fails on ar command

2012-05-31 Thread Warren Young
On 5/18/2012 3:26 AM, Ross Finlayson wrote: I solved the ar issue the following solution : In Makefile.tail, I added a space in the line $(LIBRARY_LINK)$@ $(LIBRARY_LINK_OPTS) \ between $(LIBRARY_LINK) and $@... But you shouldn't have to do this, because the space is already present - at the en

Re: [Live-devel] RTSP Client TCP mode

2012-05-31 Thread Karl Dietz
On 30.05.2012 11:36, Nikolai Vorontsov wrote: does it mean that we don't have any means to handle tool-low-bandwidth network case? I can imagine for instance for the live view the following scenario - we monitor the output queue length and when it's overflown or close to the top - start to skip a

[Live-devel] MPEG2 to H.264

2012-05-31 Thread Meftah Tayeb
hello guys i have several MPEG2TS streams through multicast (IPTV) i want to convert them to Unicast (HTTP or RTSP) but transcode them to H.264/AAC any good apropriate tool to use? i have bean fighting VLC all this weeks but no luck for me at all any help is welcome thank you, Meftah Tayeb IT

Re: [Live-devel] How to specify Range in RTSPClient that are not using npt

2012-05-31 Thread Matt Schuckmann
I can actually see using this feature as well. Matt S. On Thursday, May 31, 2012 7:21:06 AM, Wiser, Tyson wrote: More seriously we need to seek in absolute mode because we would like to query video according to the time we recorded it (and not a relative time relative to begin of RTSP session).

Re: [Live-devel] How to specify Range in RTSPClient that are not using npt

2012-05-31 Thread Wiser, Tyson
More seriously we need to seek in absolute mode because we would like to query video according to the time we recorded it (and not a relative time relative to begin of RTSP session). This is the first time I've ever heard of someone doing this (or even wanting to do this). Because it's allow

[Live-devel] Integrating live555 RTSP client

2012-05-31 Thread Felix Radensky
Hi, I have to integrate live555 RTSP client into an existing application that decodes H.264 video and sends it to display. The application is multithreaded, with separate threads for decoding and display tasks. I was thinking of using testRTSPClient code as a base, putting it into separate thre

Re: [Live-devel] RTSP Client TCP mode

2012-05-31 Thread Ross Finlayson
I'm not sure I totally understand your question, but I'm pretty sure the answer is "no". Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-

[Live-devel] Problem with a=x-dimensions LIVE555 Proxy Server

2012-05-31 Thread Vitaliy Kozlov
Hello all. After the RTSP connection IP-based cameras to send a reply with the line "a=x-dimensions:640,480", but when you connect to LIVE555 Proxy Server, this line is missing. For some decoders need to know the width and height, and this is a problem. Best Regards, Vitaliy, Sarapu

[Live-devel] Reducing load of wis-streamer

2012-05-31 Thread jill ruth
Hi, I have a network camera with a modified version of wis-streamer. I wanted to know if any optimizations could be done to reduce the load that wis streamer puts on the camera's processor. Regards, Jill ___ live-devel mailing list live-devel@lists.liv

[Live-devel] best way on server side for detect new client connection

2012-05-31 Thread Marat Shchuchinsky
Hi, I work with live555 and stream H264 coded video via RTP. I need force IDR frame on encoder when each new client connected to my RTSP server. Please let me know how I can to do it – what is best way (on server side) in live555 to detect client connection / disconnection to my RTSP server? My s

[Live-devel] Is there any way in testMPEG2TransportStreamer.cpp to know the frame rate of the file it is streaming

2012-05-31 Thread Tarun Batra
Hello sir Is there any way in testMPEG2TransportStreamer.cpp to know the frame rate of the file it is streaming If so please tell me Thanks ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-d

[Live-devel] Android device don't accept my own OnDemandLiveStream

2012-05-31 Thread Christian Brümmer
Hi, i am coding my own OnDemandLiveStream-Server (as discussed here: http://lists.live555.com/pipermail/live-devel/2012-May/015178.html) using h264 encoded videoframes. I can play the videostream using VLC but my Samsung Galaxy SII running ICS (Android 4.03) can't open the stream. If i use the

[Live-devel] Byte rate of live media server

2012-05-31 Thread Ketan Gholap
HELLO SIR I am trying to study live media and as a beginner i was wondering how to find out the bit/byte rate of streaming of live media server,that i can print on the console??? Thanks ___ live-devel mailing list live-devel@lists.live555.com http://li

Re: [Live-devel] liveMedia/FreeBSD : compilation fails on ar command

2012-05-31 Thread Christopher COMPAGNON
Hello ! I've just tried to complie the latest (2012-05-17) live555 streaming server on FreeBSD 7.0 (32bits) (this compilation fails also on Fr'eeBSD 9.0 64bits fresh installed). It failed with the same "ar" issue. I tried with old version I still have on my servers : compilation of the version o

Re: [Live-devel] How to specify Range in RTSPClient that are not using npt

2012-05-31 Thread Ross Finlayson
> Perhaps Don Quixote wrote RFC 2326 chapter 12.19… I think you mean chapter 12.29. (But anyway...) > More seriously we need to seek in absolute mode because we would like to > query video according to the time we recorded it (and not a relative time > relative to begin of RTSP session). Thi