video - playing h264 rtp stream in android -
i trying stream h264 video arm development board using gstreamer , play in android mobile using available video player mxplayer, vlc etc. not able play stream in android mobile.
gstreamer pipeline:
gst-launch filesrc location=./test.mp4 ! decodebin ! vpuenc ! rtph264pay ! udpsink host=224.0.0.1 port=3000 auto-multicast=true multicast-iface=wlan0
vlc:
rtp://@224.0.0.1:3000
but able stream audio , play without issue able play video stream in android mobile using gstreamer android based application.
can me resolve issue?
Comments
Post a Comment