==================== Problem Description ====================Use Videoview to do the display. Play all the way a little problem, no card, very real-time, but, more can not play, also reported wrong. Automatically eject a dialog box that cannot be played.The same is true with Surfaceview.I hear it's because the Android bottom only supports decoding.Do you have to transplant ffmpeg? But this is soft decoding ah, the efficiency is too low, and seemingly quite complex.Who has a better way to do it.
After debugging for a while, the RTSP server can finally see the live video. The test environment is
① Rt5350 runs in AP Mode
② The client is PC + VLC, And wifi uses a 54 Mbps USB Nic of TP-link.
Busybox v1.12.1 (22:09:57 Cst) built-in Shell (Ash)Enter 'help' for a list of built-in commands.# FreeTotal used free shared BuffersMem: 28116 18524 9592 0 836Swap: 0 0 0Total: 28116 18524 9592# TopMem: 18520 K used, 9596 K free, 0 K shrd, 836 K buff, 284
Step for inserting a VLC player into the webpage to play the rtsp video stream, vlcrtsp
1. Follow the steps in the http://download.csdn.net/detail/haowenxin123456789/8044245;
2. Download The http://www.videolan.org/vlc/index.html from the vlc-2.2.1-win32.exe and install it under the D: \ ProgramFiles folder;
3. Run: vegsvr32 D: \ ProgramFiles \ VideoLAN \ VLC \ axvlc. dll;
4. The code of the test.html file is as follows:
If test.html is enabled in t
Use the vlc plug-in to embed the IP camera into the webpage and play the RTSP stream, vlcrtsp1. Description
Recently, a project needs to embed the IP camera image into a web page. To reduce development costs, use the vlc plug-in to play the RTSP stream provided by the camera. On the official website of videolan wiki, We will detail how to use vlc web plugin.Note that the methods provided on the wiki are no
Video courses and related documents code address: https://github.com/EasyDarwin/Course#course-3RTP ProtocolThe real-time Transport protocol RTP (real-time Transport Protocol) is a network transport protocol that was published by the IETF Multimedia Transmission Working Group in RFC 1889 in 1996 and later updated in RFC3550.ITU-T also released its own RTP documentation as a h.225.0, but it was later canceled when the IETF released a standard RFC on its stability. It is described in detail as an I
ONVIF ODM in the field of ONVIF fame is very large, is an open source NVC implementation. Its implementation uses C # C + + F #. The project is large and complex. Recently, I wrote a C # version of the RTSP player by calling its class library. Not very difficult. But to understand the principle, but also need more research and research ODM source code.:At present, the difficulty lies in the decoding process, BGR to RGB arrangement, both efficiency usi
Emgu CV is a cross platform. Net Wrapper to the OpenCV image processing library. Allowing OpenCV functions to is called from. NET compatible languages such as C #, VB, VC + +, IronPython etc. The wrapper can compiled by Visual Studio, Xamarin Studio and Unity, it can run on Windows, Linux, Mac OS X, IOS, Andro ID and Windows Phone.Emgu cv:http://www.emgu.com/wiki/index.php/main_page, need to download version 3.0 later, EMGU CV 3.0 became ffmpeg New //rtsp
1, compiled live555 source directory basicusageenvironment, Groupsock, Livemedia, usageenvironment four projects to generate the corresponding library files;The directory structure is as follows:2, including the above four project directory under the Include directory file and the generated library files, compiled MediaServer directory files, will generate the corresponding EXE file (under Windows compiled EXE, under Linux can generate the corresponding running program)The MediaServer.exe file i
Http://www.onlyblog.com/blog2/zyjzyj2000/10343.html
The installation steps are as follows:1. Install fedora7;2. Remove the firewall of Fedora 7. You can also configure the firewall by yourself to allow ports 4212 and 5554;3. Install the VLC server. See the above blog.Article;Configure the VLC server as follows:1. Run the command on the control terminal of Fedora 7VLC -- TTL 12-vvv -- color-I Telnet -- telnet-Password VideoLAN -- RTSP-host 0.0.0.0:
With VLC built a streaming media server, on the local side to open the network stream and there is no problem, when the Android link is in option when the failure, connection time out, in addition to build VLC RTSP server does not have any problems, On other machines, the same construction method can play normally, this indicates the local configuration where the failure occurred?Workaround:Advanced settings for firewalls on your PC are as follows:Con
1. Imitate the steps in http://download.csdn.net/detail/haowenxin123456789/8044245;2. Download the Vlc-2.2.1-win32.exe from the http://www.videolan.org/vlc/index.html and install it into the D:\\programfiles folder;3. operation: Vegsvr32 D:\\programfiles\\videolan\\vlc\\axvlc.dll;4. The test.html file code is as follows:Opening test.html in IE will play the live RTSP video stream.Insert VLC player into the Web page to play the
How to receive the H for RTSP transmission in PHP. 264 video Streaming
I tried to send the RTSP method, can print a stream of streams (should be able to accept), as if to save the binary file as a save, but it is not running, feel I still have something to do, to seek the direction of the expert pointing
------Solution--------------------
Convert src to your video stream.
------Solution------------
Rtsp://218.204.223.237:554/live/1/0547424f573b085c/gsfp90ef4k0a6iap.sdpRtsp://218.204.223.237:554/live/1/66251fc11353191f/e7ooqwcfbqjoo80j.sdphttp://download.wavetlan.com/SVV/EmbededContent/BlackBerry.3gpIn addition, if the speed is good, you can also use aarnet (Australian Academic Research Network), but also support IPv6, I used to IPV6 tried.http://mirror.aarnet.edu.au/pub/ted-talks/*ftp://mirror.aarnet.edu.au/pub/ted-talks/*Http://mirror.aarnet.e
error code for standard RTSP message – The first line of the reply message indicates
"100"; Continue (All range)
"110"; Connect Timeout
"200"; Ok
"201"; Created
"250"; Low on Storage Space
"300"; Multiple Choices
"301"; Moved Permanently
"302"; Moved temporarily
"303"; See other
"304"; Not Modified
"305"; Use Proxy
"350"; Going away
"351"; Load balancing
"400"; Bad Request
"401"; Unauthorized
"402"; Payment Required
"403"; Forbidden
"404"; Not Found
References:
Compile reference: http://blog.chinaunix.net/uid-20718335-id-2980793.html
Code reference: http://blog.csdn.net/leixiaohua1020/article/details/8652605
Compile FFMPEG in windows and use a test program to play the local file and RTSP video stream based on the FFMPEG dynamic library.
Why is it so troublesome for a csdn blog to insert images? After the previous article has cut so many images, I uploaded them all, and I want to see the color-ch
: This article mainly introduces how to use nginx + nginx-rtmp-module + ffmpeg to build a streaming media server (6). If you are interested in the PHP Tutorial, refer to it. Part 6
This problem has been plagued by the nginx startup problem that has been transplanted to the ARM Development board a few days ago. it does not occur when started on the ARM Development Board.
nginx: [emerg] getgrnam("nogroup") failed (2: No such file or directory)
Is to a
Recently made a RTMP transit service program, through the practice, familiar with rtmp play and push in various formats, summarized here.Program GitHub Address: Https://github.com/runner365/rtmp_relayRTMP Play Receive Message analysisMessage received at first frame:1) 0x46 4c: Refer to the following article:Character FLV Header2) 0x01 05Version typeflagsreserved Typeflagsaudio typeflagsreserved typeflagsvi
: This article mainly introduces how to use nginx + nginx-rtmp-module + ffmpeg to build a streaming media server (5). If you are interested in the PHP Tutorial, refer to it. Part 5
Some time ago, we set up a streaming media server that supports HLS on Ubuntu. The final goal was to build such a streaming media server on the arm Development Board. Now the job is only a small part. we are porting and recording it so that we can continue to do it later.
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.