ffmpeg - How to display video streaming using ffplay in the JavaCV 0.3 Stream Test Android Project? -


javacv 0.3 stream test android project can downloaded here. , description in article "android live streaming courtesy of javacv , ffmpeg"

if want use ffplay display streaming video in local internet, find not work. tried different formats of ffmpeg_link, such as: rtmp://192.168.1.27:1935/livestream/12070660 rtmp://live:live@192.168.1.27:8080/live/test.flv rtmp://192.168.1.27:1935

i use ffplay display: ffplay rtmp://192.168.1.27:1935/livestream/12070660

the output error is: rtmp_connect0, failed connect socket. 113 (no route host)/0 rtmp://192.168.1.27:1935/livestream/12070660: unknown error occurred

try works me:

  • use wowza or nginx server
  • change ffmpeg_link in mainactivity according server ip address
  • use same rtmp ffmpeg_link play live video streaming in vlc player or other rtmp players.

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -