[Live-devel] TS thrashing

2014-03-04 Thread Umar Qureshey
Hello, I have modified the testH264VideoToTransportStream.cpp program by simply replacing inputFileName to "stdin" and outputFileName to "/dev/my_device". /dev/my_device is a Linux device driver that transports the TS data to the streaming hardware. Then I run the following command line: ./op

Re: [Live-devel] Sony SNC-RZ50N RTSP stream stopping

2013-11-25 Thread Umar Qureshey
Yes, the firmware version is the latest for that model. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Sony SNC-RZ50N RTSP stream stopping

2013-11-22 Thread Umar Qureshey
Hello, I am using openRTSP to receive a H.264 stream from a Sony SNC-RZ50N camera. All goes fine but around the time I get 8MB of data the video disappears. This is because the camera stops sending it (I confirmed through Wireshark). However the RTCP packets seem to be still going. I use V

Re: [Live-devel] Inserting SPS/PPS repeatedly in TS file

2013-11-20 Thread Umar Qureshey
Thanks, that is very helpful. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Inserting SPS/PPS repeatedly in TS file

2013-11-20 Thread Umar Qureshey
Hi, I am streaming from H.264 Elementary Stream (ES) over RTP from an IP camera and creating a Transport Stream (TS) which I send over UDP. I have modified "testH264VideoToTransportStream" to take input from 'stdin' and send to a UDP client (H.264 decoder) by replacing FileSink with BasicUDPSin

[Live-devel] RTSP (RTP) -> H.264ES -> MPEG2-TS muxing problem

2013-11-13 Thread Umar Qureshey
Hi, I am attempting to grab an H.264 ES stream from a streaming IP camera and mux it to a TS and save to a file. I have modified the testRTSPClient.cpp demo program to accomplish this. Basically, I modified it such that I get the H.264-ES, then I pass it through the H264VideoStreamDiscreteFrame

Re: [Live-devel] live555 TS muxer broken?

2013-11-12 Thread Umar Qureshey
muxer broken? > > On 11/12/2013 16:22, Umar Qureshey wrote: > > > > I have been told second-hand that the TS muxer in Live555 is broken. > > Told by whom, and what exactly do they mean by "broken"? > > TS covers a whole lot of ground, and I have yet to

[Live-devel] live555 TS muxer broken?

2013-11-12 Thread Umar Qureshey
Hi, I have been told second-hand that the TS muxer in Live555 is broken. Without knowing the details, I was wondering whether this is true or not? I don't want to spin my wheels on a broken implementation. I am trying to use Live555 to connect to a streaming IP camera using RTSP. The camera

[Live-devel] Selectively disabling subsessions

2012-02-29 Thread Umar Qureshey
Hi, If I have my live555 rtsp_server running advertising say two streams: MyStream0 MyStream1 Would it be possible for me to disable MyStream1 while MyStream0 is actively being streamed so that the client cannot stream MyStream1 (and vice versa)? Then upon the termination of MyStream1, MyStream0