[Live-devel] can Live Media Server stream Live Content ?

2007-08-20 Thread rajesh
Hi Ross, can we use Live media Library as RTSP streaming Server to stream Live content like any TV channel. Currently we are using Helix Mobile Producer to stream TV Channel. Thanks in advance. Thanks and Regards Rajesh Kumar Software Engineer +91 40 23555945 - 235 +91 99084 00027 __

Re: [Live-devel] Open Questions Regarding Directory Setup

2007-08-20 Thread Ross Finlayson
>I only ask because I see this example and it makes me think an entire >directory is being setup. > > C->V: SETUP rtsp://video.example.com/twister/video RTSP/1.0 No, in this example there is just a single audio+video stream, named "twister". However, this stream has separate audio and video

[Live-devel] about the library of liblivemedia.a

2007-08-20 Thread hong liu
Hello Ross, I found the library liblivemedia.a is created by using the command "ld -r -Bstatic ...". What is the difference from using ar . Now my mplayer uses the live library to receive streaming videos. If I want to change some function in the library of liblivemedia.a, for example, a class

Re: [Live-devel] Open Questions Regarding Directory Setup

2007-08-20 Thread Li, Chen
I only ask because I see this example and it makes me think an entire directory is being setup. C->V: SETUP rtsp://video.example.com/twister/video RTSP/1.0 CSeq: 1 Transport: RTP/AVP/UDP;unicast;client_port=3058-3059 Section 14.1 of the RTSP spec. Any help would be app

Re: [Live-devel] Open Questions Regarding Directory Setup

2007-08-20 Thread Ross Finlayson
>This question is a little basic, but I see an ability to setup a session >for an entire folder. I want to be able to set up one session for all >the files in one folder, but from what I see it does not seem to work as >I get a 404 stream not found. Are there limits to what can be >recognized as

Re: [Live-devel] Difference between H264VideoRTPSink an H264VideoFileSink?

2007-08-20 Thread Ross Finlayson
>But here we are in trouble. When using a H264VideoFileSink, everythings >working like a charm, the created file is like the one the whole >streaming started with. So I'm supposing everything about our code is >ok. Using the intented H264VideoRTPSink to stream the muxed stream to a >multicast-addre

[Live-devel] Open Questions Regarding Directory Setup

2007-08-20 Thread Li, Chen
Hello, This question is a little basic, but I see an ability to setup a session for an entire folder. I want to be able to set up one session for all the files in one folder, but from what I see it does not seem to work as I get a 404 stream not found. Are there limits to what can be recognized

[Live-devel] Difference between H264VideoRTPSink an H264VideoFileSink?

2007-08-20 Thread Benjamin Meier
Hi, we are implementing a Transcoder, who: 1. receives a couple of several demuxed H264/SVC Streams via RTSP from another machine 2. muxes the several streams into one big stream 3. should send this big stream into a RTPSink to stream it to the clients via Multicast But here we are in trouble. W