Tagged Questions
0
votes
0answers
41 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
0answers
44 views
Server Side Playlist for Flash Media Server
How do you create a Server Side Playlist for Flash Media Server that will play a list of files from a directory, e.g., a list of MP4 or F4v files? In particular, in what directories do you place the ...
0
votes
1answer
116 views
Azure media services and Flash video player
Where I can see sample of playing video uploaded to Windows Azure by Flash player with playback?
0
votes
1answer
89 views
Strobe Media Playback flv stream choppy
I'm having an issue with video becoming choppy over time with Strobe Media player.
Have the following for settings used on an rtmp source:
var parameters =
{ src: videoSrc
...
0
votes
0answers
89 views
Flash Media Server application will not write stream to file
I'm running Flash Media Server 3 that was installed by a 3rd party hosting company on their server. I copied the "live" sample to the "applications" directory, with a new directory of "liverec" so as ...
0
votes
0answers
59 views
F4V streaming issue within Captivate/Flash packages
We provide video streaming for a number of our clients and for the majority it works perfectly. A handfull of clients have trouble with viewing video when streamed through a captivate package. The ...
0
votes
0answers
117 views
Recording video in a web page
We're working on an app and need the ability for the user to record a brief video message. We have a back end service that's handling storage of the videos themselves and can pretty much deal with any ...
0
votes
0answers
18 views
Flash content vanished in studio (radio) but music is playing
We have a radio station service and up to today its been working fine - in the studio content it dragged from libraries and into play area and played (broadcasting).
Now all of a sudden the content ...
0
votes
1answer
131 views
Hide red5's context path (or Flash Media Live Encoder's FMS URL)
Is it possible to stream a webcam image via Flash Media Live Encoder to red5 (for example: rtmp://127.0.0.1/mySecretStreamInput) and make it available for clients on another URL (something like: ...
1
vote
1answer
532 views
Flash Media Server and Apache
I'm installing Adobe Flash Media Server and the installation has the option to install Apache 2.2. I already have Apache installed so should I uncheck that option? Do I need to do anything special to ...
1
vote
2answers
428 views
Best way to create a kiosk app displaying a movie and a few contact links?
I'm trying to create a web based welcome display for a building entrance. The project would include:
1) A wmv movie play constantly on the digital display until some visitors touch the screen (this ...
0
votes
1answer
704 views
how to develop a p2p video chat using flash media server
I would like to develop a small p2p chat using flash media sever 4.0. There are many p2p video chat samples using cirrus. Please help me if you know how to do it with flash media server,not cirrus.
...
0
votes
1answer
353 views
Embed flash objects using Android
Does anyone know a method to communicate commands and receive events from flash objects using Android?
Flash media objects are quite handy for handling online media streams and I am wondering if we ...
5
votes
2answers
1k views
Is it possible to use FFMPEG to generate F4V videos?
I need to generate a script that converts videos to F4V's for use with Flash Media Server 4.5...is this possible? I have it converting files to MP4s and then swapping the extension. This works fine, ...
0
votes
1answer
85 views
Is there a Ruby framework similar to the Flash Player capabilities?
Is there an open source Ruby framework that allows working with multimedia (video, sound, etc) similar to Flash, including Display Object hierarchy, that is not targeted for video games?
I'm looking ...
0
votes
1answer
308 views
communicate to flash media server from browser not with swf
Cen i communicate to FMS from browser not with swf.
For example - by javascript from user side or by C# from IIS server side.
I need to built a live chat application where the swf only get the live ...
1
vote
1answer
618 views
Webcam pool using Flash Media Server
I am trying to do something very simple and hope someone can point me to a quick solution.
I have an application where users can log in and connect to the Flash media server. Once they have been ...
1
vote
1answer
1k views
p2p webcam streaming with flash media server 4
I know that is possible to make a p2p webcam stream with Cirrus/Stratus or with Adobe liveCycle, but the first is not for commercial use and the second use an adobe's server.
Is possible to set up a ...
0
votes
3answers
155 views
suggest me the Flash media server with webservice tutorials
can any body, suggest me the Flash media server with webservice tutorials. please
2
votes
1answer
2k views
get connected to flash media server via RTMP android
I want to make connection to FMS (flash media server) in my android application.
Please suggest if there is any way to get connected to FMS via RTMP.
1
vote
0answers
305 views
how to use flash media server with android canvas app?
I have an android app that uses canvas to draw graphics, chat, video etc.
Can it be possible to store them on FMS (flash media server).
means I just want to know if we can use FMS with android ...
0
votes
1answer
162 views
Flash Media Server password
Hello
I have flash media server V3 install in my server (windows server 2003 SE) worked OK.
but this is not security when i but rtmp://192.168.0.11/live
stream :alaa
and click connect connected ...
1
vote
1answer
3k views
how to securely publish live stream to Adobe Flash Media Server
I want to make sure that only authenticated users are publishing streams to my Adobe Flash Media Server.
Ideally I would like to limit the IPs which are allowed to publish streams to the server.
I ...
0
votes
2answers
285 views
Deleting recorded files from a directory in Flash media interactive server using server-side script
How can i delete files from a directory inside flash media interactive server using server-side actionscript?
The sript should check if the size of the directory is greater than 1 GB.
If yes older ...
1
vote
2answers
1k views
How to test streaming bandwidth on localhost with Flash Media Server?
I'm trying to debbug my actionscript (AS3) code on Client side that works with Flash Media Server 4 on localhost. Everything seems fine up to that point.
However, when I'm trying to test my player ...
0
votes
1answer
667 views
How does Google Video allow for slow motion and fast motion?
I have been searching far and wide for a solution on how to offer slow motion and fast motion options for users that upload video to my webstie. There is an implementation on Google Video that has ...
0
votes
1answer
295 views
Books Regarding Flash Media Server development
What is the best book out there reagrding Flash Media Server development using flex 4/ Action script. There are many books or resources out there on Flex and action script but nothing specialized on ...
0
votes
1answer
638 views
JQuery Media Plugin playing file outside the webroot
Is it possible to play a media file which is outside the webroot using the Jquery Media Plugin. The server that we are on is windows based. The file path for example is:
\server\share\music.mp3
In ...
0
votes
2answers
683 views
How can I send typed object from FMS to client
I have following object in the FMS
User = function(userName,userId)
{
this.userName = userName;
this.userId = userId;
}
I need to send the list of user to the client swf. Once I initialized the ...
2
votes
2answers
1k views
Iam creating a poker game in Flash AS3, what are the best design patterns I can use?
Iam creating a Flash AS3 based Poker game for my company. Some like zynga poker, what are the best design patterns that I can use in my game.
All suggestions are welcome, I am looking to create a ...
0
votes
1answer
346 views
Audio File Bloat in Adobe Flash CS4
Whenever I import an MP3 into Flash CS4, I see massive file size increases within the FLA. Not only does the file size of the MP3 in the Library bloat, but the file size and export time of the FLA ...
0
votes
1answer
2k views
Flash Whiteboard: Actionscript 3
I'm looking for a flash Actionscript 3 tutorial on how to create a whiteboard application with flash media server 3.5. Please anybody have any ideas where I can start looking for this information?
0
votes
2answers
2k views
How to simply stream video from Adobe Flash Media Server? (Linux)
I'm stumped on how to get started with Adobe Flash Media Server. On Linux.
All I need to do is:
Accept a request for rtmp://myserver.com:1935/stream/static/abcdef0123456789
Tell FMS that $filename ...
0
votes
1answer
509 views
throttling control in Windows Media Service
I am wondering whether on Windows Server 2003, in Windows Media Service, we could setup/configure throttling settings for any file types (even the file types not supported by streaming by Windows ...
0
votes
1answer
658 views
any experts of Windows Media Service
anyone know whether Windows Media Service supports streaming flv on Windows Server 2003? I tried but failed to find any claim documents.
...
0
votes
2answers
673 views
Adobe Media Player
I am confused about the different functions compared between Adobe Media Player (http://get.adobe.com/amp/) and Adobe Flash Player.
My understanding is, Media Player could play any supported ...
7
votes
5answers
5k views
Flash Media Server/PHP Application
I need help finding resources that would help me or at least point me in the right direction in building a Flash media server/PHP application. I basically want to improve my current application by ...
