video - OpenWebRTC test-uri No decoder available for type audio/mpeg and owr_video_renderer_get_element assertion -


compiled openwebrtc, builds own gstreamer. test-send-receive worked fine audio. ubuntu 15.04.

launching test-uri test program that:

export path=/opt/openwebrtc-0.3/bin/:$path export ld_library_path=/opt/openwebrtc-0.3/lib export gst_plugin_path_1_0=/opt/openwebrtc-0.3/lib/gstreamer-1.0/  test-uri file://$home/videos/small.mp4 

the file is:

http://techslides.com/demos/sample-videos/small.mp4

the error:

==== warning message start ==== warning in element uridecodebin-1. warning: no decoder available type 'audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)1188, rate=(int)48000, channels=(int)1'. debugging info: gsturidecodebin.c(939): unknown_type_cb (): /gstpipeline:uri-source-agent-1/gsturidecodebin:uridecodebin-1 ==== warning message stop ==== got "video stream, id: 0" source! ** error:owr_video_renderer.c:314:owr_video_renderer_get_element: assertion failed: (flip) 

the gst-launch-1.0 plays file fine audio , video on gstreamer comes os. 1 in /opt/openwebrtc-0.3/lib/gstreamer-1.0/ doesn't play audio.

how fix @ least audio warning in gstreamer built openwebrtc? , fatal video renderer error.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -