<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div><br/>
Hello @all<br/>
 <br/>
I want to stream my PC (Windows) screen to a video player like a MAG256 with a udp stream (i have some player build in in some devices how only support this mode).<br/>
 <br/>
Following command i use to stream the screen:<br/>
 <br/>
C:\gstreamer\1.0\x86_64\bin\gst-launch-1.0.exe -e ^<br/>
 dx9screencapsrc num-buffers=100 cursor=true x=0 y=0 width=1680 height=1050 ! ^<br/>
 video/x-raw,framerate=25/1 ! ^<br/>
 timeoverlay halignment=left valignment=bottom text="Strem time:" shaded-background=true ! ^<br/>
 clockoverlay halignment=right valignment=bottom shaded-background=true time-format="%%A %%d.%%m.%%Y %%H:%%M:%%S" ! ^<br/>
 autovideoconvert ! queue ! ^<br/>
 x264enc key-int-max=30 bitrate=4000 threads=4 option-string="scenecut=0:nal-hrd=cbr" bframes=0 b-adapt=false cabac=true dct8x8=false ! ^<br/>
 queue ! ^<br/>
 mpegtsmux alignment=7 ! ^<br/>
 filesink location=1.ts<br/>
 <br/>
You will think he wrote stream and write "filesink"? Yes i know, the udp command is "udpsink auto-multicast=true host=224.1.1.1 port=5004". I want to see if my coding is working. So put the stream to a TS file and view them local on the Computer or player. With the vlc player i can play the file but with no other player. My TV and the MAG says (if i use a usb stick with the file) he can't decode them.</div>

<div> </div>

<div>I know there are some commandos inside but that should not be a problem.</div>

<div> </div>

<div>Can you help me where is my "thinking" failure that i can stream them to my clients?</div>

<div> </div>

<div> </div>

<div>Peter</div></div></body></html>