Php+ffmpeg RTSP video stream into rtmp video stream

Source: Internet
Author: User

Currently 360 browsers can support VLC plug-ins, other browsers and high-version chrome browsers do not support the NPAPI plugin, that is, the higher version of the Chrome browser will not play (more than 46 version is not possible).

Php+nginx+ffmpeg convert Streaming Media protocol code

1<?PHP2     //PHP does not accept information after executing commands, executes other PHP programs immediately after executing the command3 //$str = "Ffmpeg-i rtsp address-vcodec Copy-acodec copy-f after FLV converted rtmp server address >/dev/null 2>/dev/null &"; 4 //php Accept post-execution information, wait for the returned information5     $str= "Ffmpeg-i rtsp address-vcodec copy-acodec copy-f-flv-Converted Rtmp server address";6     7     //PHP accepts post-execution command information, executes other PHP programs immediately after executing the command8     $re=shell_exec($str);9     Ten?>

Php+ffmpeg RTSP video stream into rtmp video stream

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.