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

2009-05-11 Thread Mr. Teddy
Hello! When I use this settings openRTSP immeditaly sends TEARDOWN request, and the receiving stops, so my application can't read from stdin, because the openRTSP stop. Best Regards: Peter -- Eredeti üzenet -- Feladó: Ross Finlayson Címzett: LIVE555 Streami

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

2009-05-05 Thread Mr. Teddy
Hello, My application is reads TS from file (example video.ts) with this function: FILE* fp = fopen("video.ts", “rb”); If I use openRTSP like you wrote, and if I modify my application fopen to this: FILE* fp=freopen("CONIN$", "rb", stdin); In this two case, should I probably g

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

2009-05-04 Thread Mr. Teddy
Hello! To pipe openRTSP don't you have a little sample code? I tried _popen() function, but it not the best. Thank you! B.R.: Peter -- Eredeti üzenet -- Feladó: Ross Finlayson Címzett: LIVE555 Streaming Media - development & use

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

2009-04-24 Thread Mr. Teddy
And when I receiving a TS with -v option, this will put to stdout only the video? Because I need the video and audio with TS container to feed my applicaton, so I need the untouchet TS data. How can I use the -v option, because I've tried to start openRTSP with this command: "openR

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

2009-04-23 Thread Mr. Teddy
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? -- Eredeti üzenet -- Feladó: Ross Finlayson Címzett: LIVE555 Streaming Media - development & use

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

2009-04-21 Thread Mr. Teddy
Right, with "testOnDemandRTSPServer" works fine. So my project, openRTSP is a complex application, and I need only a code that receive .TS file over rtp. Can I modify example "testMPEG1or2VideoReceiver" to receive TS file, or I should Integrate the openRTSP application to my code?An

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

2009-04-21 Thread Mr. Teddy
Hello everybody, I have some questions. 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. I started the openRTSP from the command line with this: openRTSP "rtp://239.2