Questions tagged [rtmp]

The Real-Time Messaging Protocol (RTMP) is used for streaming multimedia content across a TCP/IP network.

The Real-Time Messaging Protocol (RTMP) was designed for high-performance transmission of audio, video, and data between Adobe Flash Platform technologies, including Adobe Flash Player and Adobe AIR. RTMP is now available as an open specification to create products and technology that enable delivery of video, audio, and data in the open AMF, SWF, FLV, and F4V formats compatible with Adobe Flash Player.

More information at Wikipedia page on RTMP and RTMP protocol website

1699 questions
0
votes
1 answer

Cloudfront stream only part of the video

I'm using AWS Cloudfront RTMP protocol to stream my videos on website. In some cases I need to present preview of video to my users. For example: I display only 60 seconds of 2 hour video and if user likes and buys it, then I give full video. I…
0
votes
2 answers

Stream live from my own website

I want to stream live video from my website. This website will be basically for a TV Channel which hosts shows 24 hours. So, this video will stream live for 24 hours like some sports channel. So, If anyone have some idea of Streaming video wholeday…
Pankaj Jhamnani
  • 53
  • 1
  • 12
0
votes
1 answer

crtmpserver error, appselector can be a final destination

I'm trying to setup a CRTMP serve by using its script run and its default script crtmpserver.lua. my os is centos6, and kenerl version 2.6.32. The server start ok, showes /crtmpserver/src/crtmpserver.cpp:267 GO! GO! GO! But when i use ffmpeg to…
0
votes
2 answers

Error Loading Stream: Could not connect to server for RTMP stream

I have a browser based application which displays an RTMP stream. The RTMP stream url is similar tortmp://xxx.xxx.xxx.xxx:1935/oflaDemo/livestream.flv I can view the live stream from my home network. But from my office, I am unable to view the…
Soumya
  • 1,833
  • 5
  • 34
  • 45
0
votes
1 answer

RTMPT Fallback on port 80 with MediaElementJS

In our current business case we have clients opening a MediaElementJS browsing the player page via a firewall protected network. When the TCP Port 1935 is blocked by firewalls we want the Player to understand that the port is blocked and try the…
KRiSh05
  • 77
  • 1
  • 7
0
votes
1 answer

Passing Parameter from HTML to Flex player not working

I am passing hard coded value rtmp url & stream name for live streaming in VideoDisplay component of flash player. it is working good and i can able to display video streaming on HTML page.
Dipak D Desai
  • 867
  • 1
  • 8
  • 20
0
votes
1 answer

Live Stream Video Not Playing On Some Android Versions, HTML5 Video Not Found

I am working on website which provides live streams.... I am using CDNSun services....I have used JwPlayer, Currently i am using FlowPlayer HTML5... I have setup my code through CDNSUN help section(How To).... The live streams and other video…
Suhail Mumtaz Awan
  • 3,295
  • 8
  • 43
  • 77
0
votes
2 answers

How to implement real time video show or conference?

Assume such a situation: One video show or conference room has 1~5 publishers and 500~1000 subscribers. Subscribers watch publisher's video. Publisher's video and audio is captured in real time. So I wonder, does this system(open source) exist?…
lingdhox
  • 3
  • 1
0
votes
1 answer

Flash player not detecting camcorder video through capture card

We have developed live streaming platform with RTMP and HTTP streaming using adobe flash player and action script. We are successfully streaming via webcam but when video is given via camcorder and capture card we are not able to detect the camera…
0
votes
1 answer

videojs in WeChat doesn't work for rtmp

I want to play rtmp in WeChat and it can play on my PC browser, but in WeChat browser on Android, it returns: "No compatible source was found for this video" But on iPhone it just shows an infinite loading screen.