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
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
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
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
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
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
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