Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

free video player for RTMP & support ads

I want to stream and play my videos (RTMP) from my custom server.

  1. Can anybody let me know any flash player than can play rtmp stream?
  2. and I want this player supports video Ads :)

I took a look on JWPLAYER and FlowPlayer but these are paid solutions

Thank you in advance.

like image 693
wael Avatar asked Jul 15 '14 01:07

wael


People also ask

Does VLC play RTMP files?

As of now, VLC Media Player 2.1 and above has partial support for playing RTMP streams (not RTMPE), while Adobe Flash Player (web browser plug-in) is the most widely adopted RTMP client, which supports playback of audio and video streamed from RTMP servers. Part 2. How to Play RTMP Files with VLC Media Player on Windows?

What is an HTML5 RTMP player?

An HTML5 RTMP player is compatible with the fastest, most reliable encoders. This is possible by RTMP ingest, meaning the delivery of content from an RTMP encoder to an online video host This is a live streaming dream. This cuts latency drastically, which means that near-real-time latency is a possibility.

What is RTMP video format?

About RTMP. RTMP (Real Time Messaging Protocol) is a system for delivering on-demand and live media to Adobe Flash applications. RTMP supports video in FLV and H.264 (MP4/MOV/F4V) formats and audio in MP3 and AAC (M4A) formats.

Is RTMP streaming outdated?

It is also possible to live stream on mobile devices via RTMP ingestion to HLS. For many years, Flash Player and RTMP worked hand-in-hand to produce ultra-low latency live streams. Many consider RTMP streaming outdated since it was so closely intertwined with the Flash Player technology, which is completely dead in terms of OTT streaming today.


1 Answers

Open source and free player supports ads and rtmp is Video-JS.

Player homepage: http://www.videojs.com

Player plugins: https://github.com/videojs/video.js/wiki/Plugins

Video-js vast plugins: http://theonion.github.io/videojs-vast-plugin/

RTMP example: jsfiddle

like image 83
Ben Avatar answered Sep 22 '22 02:09

Ben