Re: [Live-devel] RTSP only in Lan - Lan ?!

2012-01-22 Thread GS Net Player
Please can somebody show me how to switch from multicast to unicast streaming ? I trying several weeks to do it but without success ! Can someone help with OnDemandServerMediaSubsession to create "createNewStreamSource()" and "createNewRTPSink()" From: gsnetpla...@hotmail.com To: live-de...@n

Re: [Live-devel] OnDemand MPEG 2 TS UDP source Relay

2012-01-13 Thread GS Net Player
When I try to compile I get this: msvcrt.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referen ced in function ___tmainCRTStartup testReplicator.exe : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN \

Re: [Live-devel] RTSP only in Lan - Lan ?!

2012-01-12 Thread GS Net Player
Hi Ross, thank you for your response, I changed everything as you suggested but still can not get stream from rtsp://xxx.xxx.xxx.xxx:8554/testStream or rstp://xxx.xxx.xxx.xxx:8000/testStream ! Otherwise, when I put in my code: { char const* streamName = "StreamTest"; char const* inputF

[Live-devel] RTSP only in Lan - Lan ?!

2012-01-12 Thread GS Net Player
Can someone tell me why my rtsp code only works in the local network ( Lan - Lan ) but not on Windows Server 2008 ( hosting ) ? here's my code: #include "liveMedia.hh" #include "BasicUsageEnvironment.hh" #include "GroupsockHelper.hh" UsageEnvironment* env; Boolean const isSSM = True; char co

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

[Live-devel] Test relay ?!

2012-01-04 Thread GS Net Player
Hallo, I would like to modify testRelay.cpp to receive udp live input and then rtsp to be output (rtsp://xxx.xxx.xxx.xxx:), otherwise udp to udp relay work excellent but I want to forward in the RTSP so that others can see, If you can show me I am a beginner in this ?! greeting Igor