RTSP stream for android

mrjojan prostoars at mail.ru
Tue May 21 00:06:13 PDT 2013


Hello, 

I`m trying to stream audio and video via rtsp server. 

I changed the gst-rtsp-server/example/test-video.c
gst_rtsp_media_factory_set_launch, for my pipeline ` 

gst_rtsp_media_factory_set_launch (factory, "( " 
"multifilesrc location=~/Workspace/GStreamer/Videos/video_%03d.h264 index=1
! " 
"h264parse ! rtph264pay name=pay0 pt=96 " 
"multifilesrc location=~/Workspace/GStreamer/Audio/audio_%03d.aac index=1 !
" 
"aacparse ! rtpmp4apay name=pay1 pt=97 " ")"); 

On my pc with gst-launch playbin uri=rtsp://127.0.0.1:8554/test it works
well. But when i`m trying to play it on android VideoView , it does not
playing. 

My problem is in gstreamer code, or in android VideoView??? 

Regards 
-mrjojan



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/RTSP-stream-for-android-tp4660012.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list