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