- Thread starter
- #441
Because first IP address is not address of network interface, but it is source address. Anyway IP address of network interface can change, so it will be very inconvenient for end users.Maybe this is a dumb question: why can't you pass a URL like "udp://192.168.15.50:4477@233.10.12.1:7777" to the UDP layer?
Yes, it can be investigated, but you need to do some small changes in source code and try in your environment. Download latest filter source code (commited few minutes ago). Go to MPIPTV_RTSP.cpp file, OpenConnection() method, line 482 (it should be):I don't really understand.
What can I do to investigate/solve the problem?
Code:
this->rtspUdpSink = BasicUDPSink::createNew(*this->rtspEnvironment, this->rtspUdpGroupsock, this->rtspUdpSinkMaxPayloadSize);
Code:
//this->rtspUdpSink = BasicUDPSink::createNew(*this->rtspEnvironment, this->rtspUdpGroupsock, this->rtspUdpSinkMaxPayloadSize);
this->rtspUdpSink = FileSink::createNew(*this->rtspEnvironment, _T("C:\\temp_rtsp.dat"));