Questions tagged [flash-media-server]

Version 4 and below of what is now called Adobe Media Server, a server that uses the RTMP protocol to receive and deliver streaming audio and video.

This server works with the Flash Player runtime to create media driven, multiuser RIAs (Rich Internet Applications). The server uses ActionScript 1, an ECMAScript based scripting language, for server-side logic. The latest version is 5.
Adobe Flash Media Server family includes:

  • Flash Media Server 5 Professional/Standard/Extended
  • Adobe Flash Media Server on Amazon Web Services

References:

419 questions
0
votes
1 answer

How many people now watch the live event

I use livepkgr to show liveevents to my viewers. Now I'd like to show to them how many people now watch the live event. Please advise me. Many Thanks.
M.Yazdian
  • 67
  • 4
  • 11
0
votes
1 answer

Saving Recorded shows from FMS in a folder under public_html

This must be a newbie question. I have found info on how to change the folder that FMS is saving the recorded videos in it.. but never seen or found how to make this folder to be one under the public_html folder. For example, I am using Meesum: …
0
votes
1 answer

How many client are looking my live event?

I have live event in Flash Media Server 4.5. Now I want to show live viewer to them. Please advise me to show live viewer number to my clients.
0
votes
1 answer

Publish two webcam simultaneously one NetStream

Who to publish two webcam simultaneously one NetStream? I like to show one webcam in 78*78 size top corner of the main webcam (main webcam is full screen). Both videos is live. Please advise me. Many Thanks.
M.Yazdian
  • 67
  • 4
  • 11
0
votes
1 answer

Stream Video on Flash Media Server

I like stream video on flash media server. I user webcam on flash and publish on the FMS. When my viewers see this video through FMS video show slowly. I set the Camera parameters in the flash: var cam:Camera =…
M.Yazdian
  • 67
  • 4
  • 11
0
votes
0 answers

Adding a Web Services interface to Flash Media Server and integrate with .NET

I like to capture videos on webcams and stream them through RTMP protocol to my viewers. to achieve this I use flash media server. But I have this issue, how to stream video from webcam to FMS in .NET Is it possible to integrate FMS (Flash Media…
M.Yazdian
  • 67
  • 4
  • 11
0
votes
1 answer

Recording video in adobe media server 5 gives invalid file

I just installed a testing version of Adobe Media Server 5 and I'm trying to create an application that will save the videos to disk for later play. I've found code online that suggests stream.record(), but this results in an FLV file with the…
Tominator
  • 1,224
  • 3
  • 19
  • 37
0
votes
1 answer

Flash 3.5.3 - breaking change on playing pre-recorded files?

installing Adobe FMS 3.5.3 seems to completely wipe out all our interactive applications, and I wondered if anybody else had the same experience. Back in the happy days of 3.5.2, to add a pre-recorded file to a stream, we created the…
TobyEvans
  • 1,431
  • 2
  • 21
  • 27
0
votes
1 answer

How to re-stream from Red5 to Wowza

I have trying to re-stream from Red5 to Wowza using Wowza Streamanager. This works great if I use FMS pulling stream into Wowza and to Flash players and IOS devices (if I use h.264/AAC on FMLE encoder - which works for both FMS and Red5). I got it…
timeview
  • 291
  • 1
  • 3
  • 5
0
votes
1 answer

Unable to livestream H.264 Video with FMS

I am having trouble streaming H.264 video to my FMS v.5 server. I am using an iOS app as the stream source; called streamsie. Whenever I click the play button, it buffers, but never shows content. Is there a way to resolve this issue, or do you…
0
votes
1 answer

Saving Chat History For Three Months

I am working in a chat application using Flash Media Server. I am wanting to save the chat history of the respective user and chat room for future purposes. Is it possible to save the users chat history in the FMS server itself, or would it need to…
marcus
  • 11
  • 2
0
votes
2 answers

Stream video from mobile to FMS using air

I am using Air to stream webcame to FMS (Flash Media Server), as you know this has no problem on desktop, but can i stream from mobiles (Android, iOS)? here is my code: var nc:NetConnection = new NetConnection(); var bandwidth:int = 0; var…
Anas
  • 711
  • 7
  • 24
0
votes
1 answer

Streaming videos in multiple-bitrates without manually creating video files in each bitrate

I want to have a media file that I can stream at multiple bitrates using FFMPEG (for encoding and multiple bitrate generation) and Flash Media Server (for streaming). In "LIVE BROADCASTING" ffmpeg made multiple bitrate videos from a single bitrate…
M.Yazdian
  • 67
  • 4
  • 11
0
votes
1 answer

Streaming audio from client to server

For a while, I have been looking for a way to stream/ transfer/ upload (Not too sure about what is considered as correct, but the source is a client and the destination is a server). I am a bit familiar with protocols used for streaming as we know…
0
votes
1 answer

How to archive live streams video as on-demand

I stream any video for my users on the Lan network through Flash Media Server4.5 and my users can to view this videos on HTTP live stream. ([alink]http://192.168.1.10/live-video1.f4m[/alik]). Now I need to save and archive this videos after…
M.Yazdian
  • 67
  • 4
  • 11