Cant get access from wan
#1
I have problem get access from wan with my ipad. Kodi get channel list and epg but playback not work. I made those port forwarding what they said mediaportal guide. I also tried disabled firewall with no luck and changed rtsp port too. Playback works fine with same network. Here is logs:



14:22:08 T:205414400 NOTICE: DVDPlayer: Opening: pvr://channels/tv/Kaikki kanavat/132.pvr
14:22:08 T:205414400 WARNING: CDVDMessageQueue(player)::put MSGQ_NOT_INITIALIZED
14:22:08 T:212406272 NOTICE: Thread DVDPlayer start, auto delete: false
14:22:08 T:212406272 NOTICE: Creating InputStream
14:22:09 T:212406272 NOTICE: AddOnLog: MediaPortal PVR Client: Open Live stream for channel uid=542
14:22:13 T:212406272 NOTICE: AddOnLog: MediaPortal PVR Client: Channel stream URL: rtsp://192.168.1.126:699/stream4.0
14:22:13 T:212406272 NOTICE: AddOnLog: MediaPortal PVR Client: OpenLiveStream: success for channel id 542 (MTV3) on card 4
14:22:13 T:212406272 NOTICE: AddOnLog: MediaPortal PVR Client: GetLiveStreamURL for uid=542 is 'rtsp://192.168.1.126:699/stream4.0'
14:22:13 T:212406272 NOTICE: Creating Demuxer
14:27:13 T:212406272 ERROR: OpenDemuxStream - Error creating demuxer
14:27:13 T:212406272 NOTICE: CDVDPlayer::OnExit()
14:27:13 T:208678912 NOTICE: Thread JobWorker start, auto delete: true
14:27:14 T:212406272 NOTICE: AddOnLog: MediaPortal PVR Client: CloseLiveStream: True
14:27:14 T:205414400 NOTICE: CDVDPlayer::CloseFile()
14:27:14 T:205414400 NOTICE: DVDPlayer: waiting for threads to exit
14:27:14 T:205414400 NOTICE: DVDPlayer: finished waiting
14:27:14 T:205414400 NOTICE: CDVDPlayer::CloseFile()
14:27:14 T:205414400 NOTICE: DVDPlayer: waiting for threads to exit
14:27:14 T:205414400 NOTICE: DVDPlayer: finished waiting
Reply
#2
I have the same issue. I have tried several different setups including port forwarding of 554 and 9596 and SSH, but without any luck. I am trying to use it from an Android Pad via 4G/LTE and there might be issues with the firewalls in the 4G network, but ping seems to pass through the firewall as long as I have established any other connection between the two.

Internally in the local network I use FFmpeg to encode the streams and that works fine.

Some people say that one must use uPnP in the local network, some have other solutions, but none have worked for me.

Friends that use other TV-servers are not having this issue, for them port-forwarding is enough to get it to work.

What is the reason? The RTSP UDP-stream? Or something else? Hard for me to identify this without a fully configurable network environment where I can test different combinations of NATs and firewalls...
Reply
#3
Note that the purpose of the PVR addon is for LAN usage. I won't support WAN usage. Also note that it is dangerous to forward port 9596 to the outside world since there is no authentication at all on this port. This means that anyone that accesses this port can for example tune channels and delete recordings

Kodi's ffmpeg library does not support RTSP on non-standard ports.
I see in your rtsp://192.168.1.126:699/stream4.0 a port number 699. I've seen in the past that passing an rtsp url with port numbers does not work in Kodi.
Developer of the MediaPortal PVR addon and retired developer of the Argus-TV PVR-addon.
http://www.scintilla.utwente.nl/~marcelg/xbmc
Reply

Logout Mark Read Team Forum Stats Members Help
Cant get access from wan0