Re: [Live-devel] openRTSP TS receive as an another program input

2009-05-11 Thread Mr. Teddy
tt: LIVE555 Streaming Media - development & use <live-de...@ns.live555.com> Másolat: Elküldve: 2009.05.05 15:51 Téma: Re: [Live-devel] openRTSP TS receive as an another program input>To pipe openRTSP don't you have a little sample code? I tried >_popen() function, but it not the

Re: [Live-devel] openRTSP TS receive as an another program input

2009-05-05 Thread Mr. Teddy
Media - development & use <live-de...@ns.live555.com> Másolat: Elküldve: 2009.05.05 15:51 Téma: Re: [Live-devel] openRTSP TS receive as an another program input>To pipe openRTSP don't you have a little sample code? I tried >_popen() function, but it not the best.No, you don

Re: [Live-devel] openRTSP TS receive as an another program input

2009-05-05 Thread Ross Finlayson
To pipe openRTSP don't you have a little sample code? I tried _popen() function, but it not the best. No, you don't need to write any code for this; you can do this from the command line openRTSP -v etc. rtsp://url | your-application-that-reads-from-stdin -- Ross Finlayson Live Netwo

Re: [Live-devel] openRTSP TS receive as an another program input

2009-05-04 Thread Mr. Teddy
e-de...@ns.live555.com> Másolat: Elküldve: 2009.04.21 16:20 Téma: Re: [Live-devel] openRTSP TS receive as an another program input>And Can I link openRTSP received data buffer to my application input?Yes. Use the "-v" option to cause "openRTSP" to write its output to '

Re: [Live-devel] openRTSP TS receive as an another program input

2009-04-24 Thread Ross Finlayson
And when I receiving a TS with -v option, this will put to stdout only the video? No, not in this case - because Transport Stream data is streamed 'as is'. Unlike MPEG Prpgram Stream data, it is *not* split into separate audio and video streams. Because I need the video and audio with TS

Re: [Live-devel] openRTSP TS receive as an another program input

2009-04-24 Thread Mr. Teddy
ne options. -- Eredeti üzenet -- Feladó: Ross Finlayson <finlay...@live555.com> Címzett: LIVE555 Streaming Media - development & use <live-de...@ns.live555.com> Másolat: Elküldve: 04:53 Téma: Re: [Live-devel] openRTSP TS receive as an another program input>But in the websit

Re: [Live-devel] openRTSP TS receive as an another program input

2009-04-23 Thread Ross Finlayson
But in the website of openRTSP, there are the following: -v play only the video stream. Not the "-r" option cause to write to stdout? "-v" means: Play (and receive) only the video stream, outputting the received data to 'stdout'. "-r" means: Play the entire stream (i.e., video and audio, if

Re: [Live-devel] openRTSP TS receive as an another program input

2009-04-23 Thread Mr. Teddy
t;live-de...@ns.live555.com> Másolat: Elküldve: 2009.04.21 16:20 Téma: Re: [Live-devel] openRTSP TS receive as an another program input>And Can I link openRTSP received data buffer to my application input?Yes. Use the "-v" option to cause "openRTSP" to write it

Re: [Live-devel] openRTSP TS receive as an another program input

2009-04-21 Thread Ross Finlayson
And Can I link openRTSP received data buffer to my application input? Yes. Use the "-v" option to cause "openRTSP" to write its output to 'stdout', and then pipe this to your application. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

Re: [Live-devel] openRTSP TS receive as an another program input

2009-04-21 Thread Mr. Teddy
plication to my code?And Can I link openRTSP received data buffer to my application input? -- Eredeti üzenet -- Feladó: Ross Finlayson <finlay...@live555.com> Címzett: LIVE555 Streaming Media - development & use <live-de...@ns.live555.com> Másolat: Elküldve: 11:10 Téma: Re: [L

Re: [Live-devel] openRTSP TS receive as an another program input

2009-04-21 Thread Ross Finlayson
First of all I failed to use openRTSP. I used the "testMPEG2TransportStreamer" to stream "test.ts" file and I can receive it with VLC, but a I can't with openRTSP. Did you modifiy the "testMPEG2TranspoerStreamer'" code to enable it's built-in RTSP server? You need to do this if you want to re