Re: [Live-devel] testOnDemandRTSPServer

2012-01-09 Thread Ross Finlayson
> 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

[Live-devel] Fwd: testOnDemandRTSPServer

2012-01-09 Thread leroi cat
-- 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://

Re: [Live-devel] Test relay ?!

2012-01-09 Thread GS Net Player
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

Re: [Live-devel] Parser for sprop-parameter-sets at desribe response to get width- height...

2012-01-09 Thread Ross Finlayson
> 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