Also danke Arno bei mir kommt jetz Ein Bild von Premiere und ORF . Es lag wirklich an dem Image

Nur ruckelt es immer noch ein bissle. Kann man da noch was machen ??
yWeb hat trotz eines Image Update trotzdem nicht funktioniert
mfg dandy
Moderator: Arno
Code: Alles auswählen
##############################################################################################
## Enables the HTTP Streaming server of VLC without any transcoding
# This can be used to view the currently running programm on many VLC players within your LAN
# Scenario:
#
# ----- VLC Client 1
# /
# /
# dbox -------- neutrinoTV-------- VLC Client 2
# \
# \
# ----- VLC Client n
#
# Each client will now see the same programm, as can be seen in neutrinoTV. Make sure the
# serving pc has enough bandwidth. On each VLC Client you need to open a network stream
# with "http://<ip-of-neutrinoTV-PC>:1234"
#
# The picture is also displayed locally in neutrinoTV
##############################################################################################
:sout=#duplicate{dst=display,dst=std{access=http,mux=ts,url=0.0.0.0:1234}}
Code: Alles auswählen
:sout=#duplicate{dst=display,dst=std{access=udp,mux=ts,url=224.0.0.42:1234}}
Code: Alles auswählen
udp://@224.0.0.42