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

Popular posts from this blog

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -