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
0 answers

ffmpeg rstp to rtmp with rtmp_conn

I trying to use next command: ffmpeg -i link_to_rtsp -an -vcodec copy -f flv -rtmp_conn "my_options" -rtmp_live recorded link_to_rtmp When I run it on Ubuntu this solution works wonderful, but when I run it on Windows XP/7 ffmpeg stopped on: …
Alex
  • 1
  • 1
0
votes
1 answer

How to use Nginx RTMP to stream complex routes

The nginx rtmp module states it does not do patterned routes. I have a library of 10's thousands videos in directories like: /media/orl-stream/400000/410000/410900/test.mp4 I would like a single RTMP application as below to handle all the videos…
Jim
  • 1,966
  • 3
  • 24
  • 33
0
votes
1 answer

ffmpeg rtsp_transport to rtmp issues

I'm working on a project that requires taking rtsp links from youtube, and using ffmpeg to stream those videos to an rtmp server. My solution works, however it is having some issues. I'm using these settings: -max_delay 0 -initial_pause 0…
0
votes
1 answer

Tech for navigable audio recording database, from IIS to browser

In short, I want to record presentation audio, create time markers for that audio in a database, and then provide marker-navigation of that audio content from a web page. What technology (e.g. HTML5 Audio, RTMP) can support this? My requirements in…
shannon
  • 8,664
  • 5
  • 44
  • 74
0
votes
1 answer

iOS: Is it possible to stream audio from iOS client to server using HLS and if so, how? If not, how can I stream from iOS to a Red5 RTMP server?

On reading https://developer.apple.com/streaming/, what I understand is that HLS is used to stream audio or video from a server to an iOS device. A) Is it possible to stream from the iOS client to the server using HLS? I want to capture audio from…
Ash
  • 11
  • 2
0
votes
1 answer

Using amazon cloudfront to stream on demand without using s3

Can i use cloudfront for dristibute the content(mp3) via rtmp on demand using a non-amazon service(S3) but, instead using an other sever that has the content.
0
votes
1 answer

Nginx RTMP broadcasting multiple IP cameras

I've several IP cameras with Rtsp protocol with H264 encoded, I want to Nginx-RTMP publish the streamings to web, anyone has some ideas? Thank you in advance.
PGKLIC
  • 73
  • 3
  • 10
0
votes
1 answer

flowplayer using RTMP and BWCHECK(Band Width Check) get size of video dowloaded from FMS(FLASH MEDIA SERVER)

I'm trying to have a minimal idea about how much traffic is made by each video when somebody is watching this. *NOTE:flowplayer is using band width check for RTMP plugin and can change the video quality on the fly. Is there a way to get the…
Mosu
  • 61
  • 8
0
votes
1 answer

Google Play Game Services iOS giving error when launching quick match in rtmp

I'm developing a real-time multiplayer game for Android an iOS with Google Play Game Services. The GPG is implemented in the game as Google's documentation tells and this works well on Android. But on iOS, the game shows an error log (does not…
Jessicardo
  • 826
  • 1
  • 8
  • 12
0
votes
1 answer

Playback delegate change when using Vitamio Library for iOS

I need to vitamio expert's help. I've encountered some issues when I use vitamio library for ios. https://github.com/yixia/Vitamio-iOS/tree/master/Demo I want to keep the playing song's playback when the app navigate different view controllers. For…
gaozhuo
  • 1
  • 1
0
votes
1 answer

ffmpeg udp live stream publish to rtmp

I need to make this chain: JVC HM650--UDP-->localhost-->ffmpeg(copy stream)-->nginx-rtmp On input I have UDP stream from camera (udp://@:35501) and I need it to publish to rtmp server (nginx with rtmp module). Apart everything works - I can play…
Pilskalns
  • 350
  • 1
  • 2
  • 15
0
votes
1 answer

Get url code from RTMP

I want to get url code to video from this site http://streamin.to/embed-1i758d4o9lsp-682x500.html I watched this video and used Wireshark and what I get [ On screen: Wireshark TCP Follow on Handshake live http://s16.postimg.org/mqvwt38ap/1_1.jpg…
Szmycu
  • 33
  • 6
0
votes
1 answer

Live Stream Video To My Website With RTMP

Ok, so I want to create a site like Twitch.tv or Livestream.com where I stream live video to. What I have 1 Raspberry Pi setup as RTMP server 1 Raspberry Pi that I want to set up as encoding server 1 dedicated streaming PC 1 website hosted by…
0
votes
0 answers

Embed code html to play rtmp stream with additional attributes?

does any one know the way to play, rtmp stream with attributes embded on a website? Also if i have: rtmp://$OPT:rtmp-raw=rtmp://xx.xx.xx.xx/live?idp=4050/rer_835660 playpath=rofl…
0
votes
0 answers

Implementing an RTMP server

I need to create an RTMP server, in .NET. The purpose of the server is to fetch video from IP cameras and act as an RTMP server so that an RTMP client (it will be a web client) will be able to retrieve the video by connecting to…
galbarm
  • 2,441
  • 3
  • 32
  • 52
1 2 3
99
100