Questions tagged [fmle]
13 questions
2
votes
1 answer
Python livestream to RTMP server (Flash Media Server clone?)
I would like to play around with coding an application that could capture a desktop or section of a screen (height and width variables for resolution) and stream those to an RTMP server (rtmp://server.com/live).
I saw something called rtmplite, but…

pr0tocol
- 323
- 1
- 4
- 14
2
votes
1 answer
Timecode/TimeStamp in RTMP live streaming using Adobe Media Server and FMLE
Am trying to stream a video on to Adobe media server(using RTMP) through FMLE and play it on my web site using JWPlayer. i could stream the video successfully, but know i want to get the timestamp/timecode on the stream. does Adobe media server and…

DEE
- 373
- 5
- 17
1
vote
1 answer
FFmpeg streaming to Akamai like FMLE does
I am trying to stream video from my webcam to AkamaiHD service using ffmpeg (like it is implemented in Flash Media Live Encoder)
ffmpeg -f dshow -i video="Webcam C110" -s 640x360 -aspect 16:9 -profile:v baseline - pix_fmt yuv420p -vcodec…

xdev.developer
- 33
- 1
- 6
1
vote
0 answers
Error connecting red5 from Flash Media Live Encoder
Since a couple of days I'm trying to get the red5 authdemo to work (in Eclipse Juno).
see: http://blog.infrared5.com/2012/05/red5-authentication/demo-project source: http://dl.dropbox.com/u/7316897/ir5/blog/red5-auth.zip
The red5 Server seems to…

Hendrik
- 11
- 2
1
vote
0 answers
Flash Media Live Encoder hardware/software compatibility/performance
I am trying to improve the performance of FMLE and I am looking to buy appropriate hardware. I have searched all over but can't find a few simple answers:
Would FMLE appropriately be able to use a 2 processor system? (I am thinking of getting 2…

Carlos F
- 893
- 2
- 12
- 30
0
votes
2 answers
Flash media live encoder: Command line error on Windows server 2008, GUI works
I'm running Windows Server 2008 with a Blackmagic Decklink card. Everything works fine with the GUI but when I try to start from command line it exits with an unknown error.
Any ideas?
Note: I have the desktop experience enabled.

Karl Jóhann
- 141
- 11
0
votes
1 answer
Interface for Volume intensity in FMLE
FMLE = Flash live media encoder 3.0
i have posted this question on Adobe Forum, but not sure if they have people on that forum with programming experience.
I am a developer writing a video capture and audio capture device. The devices already work…

Andrew Keith
- 7,515
- 1
- 25
- 41
0
votes
1 answer
Run FMLECmd.exe without compatibility mode
OS: Windows 7 Enterprise, SP1
Adobe FMLE 3.2
I was always executing FMLECmd.exe from Java-code without any problems. But suddenly smth happened and the stream couldn't start anymore.
Setting the compatibility mode to Windows XP SP3 solved the…

CaBocuk
- 21
- 3
0
votes
1 answer
Is it possible to stream a video from FMLE directly to an media player without a mediation of FMS?
I want to know if it is possible to stream a video from FMLE (Flash Media Live Encoder) directly to an media player without a mediation of FMS (Flash Media Server) since I don't want to restream it to many users?
Here is schematics of what I want (I…

UserOfStackoverflow
- 41
- 3
0
votes
1 answer
Running Multiple Instances of Flash Media Live Encoder on Mac
Is there a way to run multiple instances of Flash Media Live Encoder (FMLE) on a Mac? I have a live stream running from VLC to FMLE and would like to have 2 streams using the same computer.
I've managed to get 2 instances of VLC running on the same…

imbayago
- 501
- 1
- 7
- 22
0
votes
1 answer
Cannot Connect to Flash Media Server on Linux VPS CentOS Server with Flash Media Live Encoder
I am trying to setup a live HTTP stream using Flash Media Live Encoder and Flash Media Server 4.0, and I am getting connection errors each and every single time I try to connect, though I am doing everything (as far as I can tell) by the book. I…

Dustin
- 147
- 1
- 1
- 13
0
votes
1 answer
Wrong mediatype between directshow filters
I've developed a capture filter in DirectShow to send images from a cam to FMLE. To test it I send RGB 24b blue samples which can be correctly seen on GraphEdit or GraphStudio, whereas in FMLE they take an strage color (I show you this in image…

Alfre2
- 2,039
- 3
- 19
- 22
0
votes
0 answers
DVB-S streaming from source to media server
i am streaming some FTA channels from
http://www.tbsdtv.com/products/tbs6985-dvb-s2-quad-tuner-pcie-card.html
using mediaportal
http://www.team-mediaportal.com/
and then i get rtsp url from mediaportal of channel i timeshift
and vlc i can send that…

Rohan Zakie
- 319
- 5
- 14