hi all,
presently i am working on imx53 board, using gstreamer rtsp i am streaming live video
1) the problem is video is scrolling horizontally, iam using this command in my target board and streaming using vlc player
lucid@lucid-desktop:~/Desktop/gst-rtsp-0.10.2/examples$ ./test-launch "mfw_v4lsrc ! mfw_vpuencoder ! queue ! rtph264pay name=pay0 pt=96"
please can anyone help this?
2) i want my target board should be like as a server. so when i will give ip address of my target board in multi-vlc players it will stream
Thanks&Regards
venkatesh
i have the same issue with you,i am also looking for a gstreamer command to streaming a video on the network, then use a video player apps(such as vlc) on the mobile that can watch the video via Wifi.
Now,i just can use the follow cmd show video data on the board :
gst-launch tvsrc ! mfw_v4lsink
currently we don't have stable RTSP solution, as we known, there is also no stable RTSP solution in open source community yet.