The problem we have been experiencing is decoding the SAP announcement
with the SDP information embedded inside it. VLC does interpret SAP
announcements, but not SAP announcements with multiple media lines.
The "messages" output from VLC implies that it is a live555 library
function {used to decod
Thanks Ross,
it is not a problem decoding the SDP file and the corresponding stream
- VLC and QuicktimePlayer7 all do this and will display the rtsp
stream from the information encoded in the SDP file. {The openrtsp
does not have a SAP interpreting function?}
The problem we have been experiencing
Hello all!
The last days I was debugging some problems when using an On-Demand
Server to stream MPEG4/H.264 video as RTP-over-TCP. After taking a
deeper look into the TCP code, it seems that they are not too easily
fixable, but a major rewrite of the RTP-over-TCP code would be needed to
fix them a
I am trying to perform multicast live streaming from a web camera.
The web camera is continuously generating mpeg 4 stream (single file
with extension as .m4e). I am performing the streaming using
testMPEG4VideoStreamer.
You should first try running the *original*, *unmodified*
testMPEG4Video
the live555 library is used by VLC. VLC can decode SAP announcements
to make it easy for end users to access playlists via SAP announce and
it appears that the live555 library is used to decode the SAP
announcements.
Yes, but not exclusively (I think). I.e., I think that sometimes VLC
uses a
Hi All,
I am trying to perform multicast live streaming from a web camera.
The web camera is continuously generating mpeg 4 stream (single file with extension as .m4e). I am performing the streaming using testMPEG4VideoStreamer.
The way I do it is that I initialize the current position to 0,
Ok, I see.
Thanks for your answer, if I find the time for implementing any solution,
I will be glad to send it to you.
Greetings, Max
-Ursprüngliche Nachricht-
Von: live-devel-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] Im Auftrag von Ross Finlayson
Gesendet: Mittwoc
I am planning to use MPEG-2, directly streaming MPEG-2 instead of h.264.
Which streaming server can I use?
You could use our "testOnDemandRTSPServer" demo application. Note
the difference between streaming a MPEG-2 Program Stream (which, for
this demo application, must be called "test.mpg"),
I am new to streaming application.We are using The
Appro-IPNC as a RTSP Server and Gstreamer as a RTSP Client.
Which of these are implemented using our software?
We tried to get mpeg4 stream from RTSP Server by using four RTSP
Client at same time,We are getting the following error