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
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
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
Thanks, that is very helpful.
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
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
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
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
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
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