Tested OK with DG834G or WG602 as transmitter and several WiFi receiver.it doesn't work for me... i can't watch via wifi


do you change any setting in your wifi router?
what version of vlc you have?
Moderators:X05, Dreamer, FredB
Tested OK with DG834G or WG602 as transmitter and several WiFi receiver.it doesn't work for me... i can't watch via wifi
I have exactly the same problem. The numbers listed under "Navigation"-> "Program" are fairly random and the numbers do not always have the channel (SID) that I am trying to stream to VLC. If I change to another channel on DD, the program numbers change on VLC, but still not to the channel I am trying to stream. Like CommGuru, I can set DD to a channel that VLC shows on the program list and it does stream that channel. How do I get the channel I am watching on the Host to show up on the VLC program list?Hi all, I've read all I can find about my issue but can't find a solution. When I set DVBDream to stream, my client see's the stream fine but no channel numbers are populated under the Navigation option in VLC. It seems just random ones are listed there (not the channel what DVBDream is tuned to) but when I look under navigation in VLC and tune DVBDream to one of the channels that are listed, bingo i get a good stream output on VNC.
So I'm wondering what function is used to add the current channel to the VLC navigation selection.
CG
If you only have one channel open in DD, do you see more than one SID in VLC? With only 1 channel on in DD, I see anywhere between 4 and 6 channels in VLC, but they don't always have the channel I have open in DD.
Numbers listed in VLC's navigation menu are SID from the streamed channels...
Code: Select all
streaming sbin # cat udp2multicast3.sh
#!/bin/bash
ulimit -m 156000
ulimit -v 768000
DUB='#duplicate{'
DUB=$DUB'dst=standard{access=udp,dst=239.255.2.31,sap,group="UBC-3",name="Animal Planet",mux=ts},select="program=412"'
DUB=$DUB'dst=standard{access=udp,dst=239.255.2.32,sap,group="UBC-3",name="True Sport 1",mux=ts},select="program=423"'
DUB=$DUB'dst=standard{access=udp,dst=239.255.2.33,sap,group="UBC-3",name="True Sport 2",mux=ts},select="program=424"'
DUB=$DUB'dst=standard{access=udp,dst=239.255.2.34,sap,group="UBC-3",name="True Sport 3",mux=ts},select="program=425"'
DUB=$DUB'dst=standard{access=udp,dst=239.255.2.35,sap,group="UBC-3",name="True Sport 4",mux=ts},select="program=426"'
DUB=$DUB'}'
clear
/usr/bin/vlc --ttl 12 --color udp://@:12347 --programs=412,423,424,425,426 --sout-standard-access=udp --sout-standard-mux=ts --sout "$DUB"
streaming sbin #
I hope this helps others. Try VLC 8.4a. I could not always see the channel I was streaming, but others were listed with the latest release of VLC. Rolling back to 8.4a fixed it and now I almost always see what I am streaming.I just tried this streaming part through VLC. It works, but I have to select the PID in VLC Naviggation menu... the problem is that it does not always correspond to the channel that I am watching.
Users browsing this forum: Bing [Bot] and 1 guest