The Real-Time Messaging Protocol (RTMP) is used for streaming multimedia content across a TCP/IP network.
0
votes
0answers
7 views
NALU to RTMP packets in order to publish to wowza server
I have to send NALus (h264) over the network (to wowza media server) so I chose to send them with rtmp-rtmpdump.
I read this and there is no specifications about the payload data. Can i send raw NALu ...
0
votes
0answers
11 views
Enabling ffmpeg Library at a Runtime?
Is it possible to enabling ffmpeg library(e.g librtmp) at runtime?
(not from config build)
0
votes
1answer
18 views
Need to record a video from an RTMP stream
I'm absolute beginner in RTMP. My task is to create a Java application which would record video from a certain RTMP URL.
I have an RTMP Server installed (Red5 server). I've verified that it works and ...
0
votes
0answers
14 views
Streaming AAC to Red5 using librtmp
I have realtime raw AAC frames with 44100 sampling rate, 65459 bitrate and one channel. The realtime audio is acquired by Remote I/O. I want to streaming it to Red5 using librtmp. But I cannot find ...
0
votes
0answers
13 views
Embedding external RTMP, RTSP Media types links to a website
My question is how could i embed external rtmp or rtsp urls ,like rtmp://111.222.333/live
into my website using embed code like( iframe, embed, object and param) (no Javascript) .This is possible but ...
-1
votes
1answer
49 views
C# Create RTMP Server [closed]
I'm using Open Broadcaster Software to capture my moniter, then I want to take streaming data from it, but OBS only connect to media streaming server as twitch.tv.
I think I can create a RTMP vitual ...
0
votes
1answer
27 views
RTMPE Video Player (With Skip)
I have successfully created a Cocoa app using RtmpDump for a video stream.
Currently, the application merely downloads the file to the user’s desktop and
they must play it in VLC.
However, I wish to ...
0
votes
1answer
36 views
Red5 media server: How to get rtmp working on Amazon EC2?
I successfully installed red5 media server on Amazon EC2 instance: windows 2008 server.
I edited the property file (red5.properties) and configured it to run on port 80.
When I hit the ip, I'm able ...
0
votes
0answers
34 views
Windows Phone and WinRT Protocol and Codec
Does anybody know if exist open source or commercial libraries for Windows Phone and (or) WinRT for the following protocol/codec:
G.729/G.726/G.723
H263
RTMP/RTMPT
what I found until now is:
...
-3
votes
0answers
62 views
Play RTMP link in Android [closed]
Hi Guys I plan to play my RTMP stream from my app, but how can I do it?, I can open the stream in VLC or BSPlayer but How can I make it work in the app, standalone?. I plan to use a button and when ...
0
votes
0answers
30 views
Broadcasting screencast to RTMP in c#?
I am wondering if anyone has any experience in this field. I have created a simple desktop screen recording application and I would like to explore a little deeper by broadcasting the video to a live ...
1
vote
1answer
125 views
ffmpeg - continuous file streaming over RTMP
I've been looking around for a simple (or perhaps not-so-simple) walkaround for a problem I am having in my set up for a simple test case: video streaming over red5 media server.
I have built a ...
-1
votes
0answers
51 views
live tv rtmp url spaces in playpath gets %20
I am playing rtmp live tv streams (with spaces in the playpath) in android.
I get the URL from the live tv channel websites using wireshark or Coojah or URLhelper.
The streaming URL link(s) has ...
1
vote
2answers
58 views
Broadcasting Video Over RTMP - Android
I Have to develop a App Which can broadcast live stream to the Wowza Server over RTMP Protocol in H.264 format. I am looking for a library of the RTMP protocol that can help me publish the stream to ...
0
votes
2answers
58 views
Possible to stream videos using Amazon S3/CloudFront with HTML5 player?
I want to use an HTML5 video player and stream videos. Is this possible with S3/CloudFront? I understand Amazon uses the RTMP streaming protocol and HTML5's video tag does not support RTMP. Is there ...
0
votes
1answer
74 views
Adob Air RTMP Player
I'm developing application for Android. It's a player that have to play RTMP protocol video.
I have read that it is necessary to have Flash Player installed which is deprecated for Android. But there ...
0
votes
0answers
37 views
What is the best api or platform to use for faster screen or desktop sharing? [closed]
I am developing a web application which has to do screen sharing. I don't want to use java applet as we know java applet are more vulnurable to hackers and most of the users are disabling java in ...
1
vote
1answer
129 views
Finding the actual RTMP Stream URL?
Let me go with an example. This is the video embed code:
<script type="text/javascript" src="jwplayer/jwplayer.js"></script>
<div id="container">Loading the player ...</div>
...
1
vote
1answer
51 views
jwPlayer 6 seeking to exact position
Is it possible to somehow get jwPlayer 6 to seek to an exact position in the video, regardless of keyframe interval?
I acknowledge that this probably requires that it will have to go to the previous ...
0
votes
0answers
18 views
Limelight Media Vault with Flash Streaming
Limelight's documentation I fear is out of date and I cannot locate anything new. I spent a good two hours with support chat yesterday asking how to get media vault working. Support told me one thing ...
0
votes
1answer
156 views
RTMP client for android to publish video using wowza
Now i am working on RTMP video streaming in android.please give some examples of RTMP client for video publishing in android.
0
votes
0answers
46 views
What is the simplest way to stream from an iOS device to a Wowza server?
I have tried to use LiVu and Broadcast Me, but it does not work smoothly with what I am trying to do. I need to live stream audio/video from the iPhone to our servers (while saving locally).
I have ...
0
votes
0answers
114 views
C# rtmp-player library
I'm creating a C# application and I need it to play rtmp live streams. I don't have to create an ultimate tool like VLC player, because playing streams isn't main purpose of my app. The only thing ...
0
votes
1answer
93 views
Live Streaming from Flash Media Server To Android devices
I'm developing an android application to stream a live TV in Tunisia.
They have their server for streaming on the Web. they use Flash Media Server and rtmp protocol for streaming.
So, I have a ...
0
votes
1answer
117 views
Compile ffmpeg with librtmp
When compiling ffmpeg for OSX, I can simply use the:
./configure --enable-librtmp --enable-gpl
command and get a build that can I/O with an rtmp stream.
If I attempt to compile for iOS using:
...
1
vote
1answer
95 views
RTMP link query
I found a link to a live video feed in the html code like this:
<embed height="500" width="650" ...
0
votes
0answers
136 views
Playing RTMP live stream in C# app in WPF window
I want my C# app to play live RTMP stream in WPF window. For this task I use Flash embeded with AxShockwaveFlash class. It works fine, but i guess, embedding Flash player isn't the best choice. I'm ...
0
votes
0answers
80 views
Playing video from custom live stream (Android)
My android app needs to play a live video from a remote RTMP server (Adobe Flash Media Server).
As android's android.media.MediaPlayer doesn't support rtmp protocol, I found a library which provides ...
1
vote
0answers
64 views
Playing Video from RTMPT Stream in JwPlayer
I'm use JwPlayer to play video from Red 5 Media Server.
How do We play video which streamed via RTMPT protocol?
Thanks,
0
votes
0answers
137 views
Android rtmp library aftek
i am trying to use aftek rtmp library to stream live tv but everytime i try to use it keep saying "application stopped". i am not sure if i am missing the anything here between rtmpclient library and ...
1
vote
1answer
96 views
ffmpeg copying rtmp stream, but without audio
I am sending stream to flash media server from Adobe Flash Media Live Encoder and I am trying to copy this stream to another FMS using FFmpeg
ffmpeg -analyzeduration 0 -i "rtmp://x.x.x.x/live/stream1 ...
0
votes
1answer
59 views
Check RTMP broadcast quality
Is there a way to find the quality of RTMP broadcast in a Flash client?
If a client has a bad network issue which results in a poor audio or video broadcast, how can I detect it on the Flash client ...
0
votes
0answers
39 views
Getting Error in flash media server “Application doesn't have permissions for server-side record/append of streams; access denied to stream”
I am getting this error while recording a video using webcam on flash media server. I have configured everything as given in application/live/readme.txt file. I have created a new folder [record] (let ...
0
votes
1answer
127 views
How can I play a RTMP video through netConnection and netStream
I am working on a prototype in which I have to play a video through RTMP protocol. My code is following :
private function init():void
{
streamID:String = "mp4:myVideo";
videoURL ...
0
votes
0answers
41 views
ActionScript 2 RTMP Add video object from flashDevelop ide
To view the stream rtmp, ide flash necessary to add the library video-object.
How to add a video object from FlashDeveloper ide, in pure ActionScript 2.0?
Everything works, shows fps, but the video ...
1
vote
1answer
108 views
What are the alternatives if RTMP and RTMPT both are blocked even at port 80
We are using cloudfront for video streaming(which internally usage adobe media server) with JWPLayer 5.9. At few of our clients location RTMP port 1935 is blocked, then it does fall back on RTMPT at ...
1
vote
0answers
69 views
Adobe AIR captures stage and convert to RTMP stream
I'm creating an AIR app that will run on our server. I essentially want the app to do a screen capture of sorts of the app's stage and convert it to an RTMP stream for publishing to FMS OR write a ...
0
votes
0answers
202 views
ffmpeg: Stream, record and play my webcam
I want to stream my webcam to a rtmp server. Also I want to record and save this to a local file (with better settings). This works and the command look like this:
ffmpeg -f video4linux2 -i ...
0
votes
0answers
28 views
How to get video dimensions from RTMP stream in Wowza?
I'm running Wowza Media Server under Linux. There are several RTMP video streams published on it. I need to grab stream's video's height and width in my server-side module. How can I do this?
0
votes
0answers
259 views
Live video streaming using Directshow.net
I am creating a windows service,which will start capturing webcam input from client computer and stream it live(rtmp) after H.264 encoding.I already know how to capture video from webcam using ...
0
votes
0answers
45 views
SOPcast http or rtmp streaming
I want to play a sopcast stream in JWplayer. I need the http or rtmp streaming url.
When I open the stream in VLC I get the link below:
http://127.0.0.1:[portnumber]
(this is local) but I'm ...
0
votes
1answer
160 views
Livestream of prerecorded flv videos with ffmpeg and red5
My goal is to acheive the following steps :-
rtmp livestream of prerecoreded flv videos using ffmpeg.
videos should be played continuously just like a tv station.
We are currently using red5 and ...
4
votes
2answers
499 views
Video streaming from Android camera to Wowza server. (RTMP)
I am trying to stream video from Android to Wowza server, using RTMP.
Android doesn't support RTMP, but i found this Aftek library.
My question 1: Anyone has any experience of using this library for ...
1
vote
1answer
104 views
rtmpt protocol dump handshake error
When I try to dump rtmpt protocol with rtmpdump in Ubuntu, I got this error:
ERROR: RTMP_Connect1, handshake failed.
I would like to dump:
rtmpdump -v -r "rtmpt://37.130.228.52:80/atv/atv3"
0
votes
0answers
63 views
mediaelement js rtmpt stream html5 dont shows up in ie
Im Trying to implement a videostream ( rtmpt://streaming.server.com:1935/path/mp4:vid.mp4 ) it works pretty good but not in IE 9 or any MSIE. It just shows the loading circle but does nothing more ...
...
0
votes
1answer
79 views
Video Chat: Scalability Issue
We use Red5 media server as a back-end for our Flash video chat application. Recently we had a significant increase in user traffic, which brought the video chat down. While it is fairly ...
1
vote
0answers
267 views
RTMP Streaming from ios to server?
Right now, I am using a static librtmp.a library to open a RTMP connection between my iphone and server. When the record button is pressed, the camera starts taking input, and on captureoutput, uses ...
0
votes
1answer
138 views
Red5 Server fails to start
i have a problem when starting my Red5 Server on Ubuntu 12.04.
When i'm trying to start it up, it doesn't work properly and show some error message like this :
root@PC:/usr/share/red5# ./red5.sh
...
0
votes
1answer
758 views
ffmpeg: simple RTMP streaming
I am trying to launch up a rtmp transcoder server using ffmpeg; that receives udp MPEG-TS streams as input, transcodes it; and generates an rtmp output to a URL, that can be accessed by users to ...
0
votes
0answers
144 views
ffmpeg live stream overlay issues,while any one of the stream is lost other streams are getting stuck
So far we have done
We have a video chat client which has a set of 9 video streams (users) with
h.264 codec using Adobe FMS. Now, using ffmpeg we are able to combine these
streams into one stream ...


