Re: [Live-devel] SAP announcements and the live555 library in VLC (multiple media ports please)

2011-03-03 Thread Ross Finlayson
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

Re: [Live-devel] SAP announcements and the live555 library in VLC (multiple media ports please)

2011-03-03 Thread John Blyth
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

[Live-devel] Several problems with RTP-over-TCP

2011-03-03 Thread Gaer, A.
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

Re: [Live-devel] continuous streaming of m4e media file

2011-03-03 Thread Ross Finlayson
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

Re: [Live-devel] SAP announcements and the live555 library in VLC (multiple media ports please)

2011-03-03 Thread Ross Finlayson
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

[Live-devel] continuous streaming of m4e media file

2011-03-03 Thread Sumeet Kumar - ERS, HCL Tech
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,

Re: [Live-devel] .avi files written by openRTSP

2011-03-03 Thread Max Göttner - d.stream
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

Re: [Live-devel] Streaming server

2011-03-03 Thread Ross Finlayson
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"),

Re: [Live-devel] Regarding wis-streamer issue

2011-03-03 Thread Ross Finlayson
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