> i run the server with the command ./testOnDemandRTSPServer, but by using the
> request rtsp://192.168.1.3:8554/mpeg2TransportStreamTest i can read only one
> stream "test.ts".
> the problem that I just want to read multiple streams "*.ts" with the same
> runtime.How can i distinguish them?
V
-- Forwarded message --
From: leroi cat
Date: 2012/1/9
Subject: testOnDemandRTSPServer
To: live-devel-requ...@lists.live555.com, finlay...@live555.com,
live-devel@lists.live555.com
Hi,
i run the server with the command ./testOnDemandRTSPServer, but by using
the request rtsp://
hello, can you show me how to read text from .txt file ?
I want to get the stream url with text which is on "C: / / text.txt"
(rtsp://xxx.xxx.xxx.xxx:8554/textfromfile) !
I tried with File* fp = fopen("text.txt", "rb");
and then I put it in:
ServerMediaSession* sms
= ServerMediaSession::cre
> I check video stream width height from subsession
> scs.subsession->videoHeight(), scs.subsession->videoHeight()...
>
> They give me right dimesions for server which desribe response include
> "a=x-dimensions:%d,%d", &width, &height)"...
>
> But they give wrong value ( 0) for server which do