Hi guys:<br>I am a student in China, I am trying to work on gst-rtsp-server, I can now put a mp4 video on the server and use vlc or totem to watch it, it works fine with vlc and even support trickplay for h264-encoded videos, wonderful !. That's better than vlc.<br>The problem is that I can't find the way to do broadcast, the rtsp-server seems to be written for vod, is it?<br>How can I broadcast a video?<br>for example, I have a video 1.mp4, if I want to do a vod, just use the test-mp4 to start the server, and use vlc/totem/gst-playbin to play the url rtsp://server:8554/test, If i now want to broadcast it and set a channel like vlc on the sdp rtsp://192.168.0.1:9000/channel1, what should I do?<br>If I want receive a live stream form rtsp://192.168.0.2:8554/test , encoded in h264,&nbsp; mpeg4aac,&nbsp; and then retransmit to 192.168.1.199:8554/test, how can I do?<br>I can just retransmit the video alone........ <br><br>When I work on mp4, the exampe uses qtdemux to demux the file, and rtph264pay, rtpmp4apy as the payloader,&nbsp; what can I use for a mpeg2-ts video?<br><br>Because of my poor English, it's veryhard for me to google it,&nbsp; and few guys good at gstreamer on the chinese forum.<br>Can anyone help me? <br>Tanks !.<br><br>