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

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -