Media Server :: Stream Videos (playlist) To A Cdn

Aug 26, 2010

normal I stream a livestream from Fme to a Fms and than to 2 cdn´s like justinTv. Now I´ve got the problem that i want to change the Script that it streams Viedos to the CDNs. Thats the Script I use right now to push the livestream:
  
var nc1=null; 
var nc2=null; 
var ns1=null;

[Code]....

View 1 Replies


Similar Posts:


Media Server :: Create Videos In A Playlist That Can Limit The Views To 10 Videos Per User?

Nov 1, 2011

Is there a way to create videos in a playlist that i can limit the views to 10 videos per user?

View 1 Replies

Media Server :: Create One Video Out Of Many Videos On A Playlist?

Aug 31, 2011

As stated above, I wanted to know if I can take a video playlist, say with 4 clips, and have FMIS create a separate file out of the 4 individual clips. Specifically, a user selects 4 (or any number) of clips to create their playlist, then at the end, a 'full length' file is created. If this isn't clear, let me know and I'll try to elaborate.

View 2 Replies

Media Server :: Switching Videos In Playlist: OldStreamName

Sep 8, 2011

So I've built a player to play playlists and it uses my own DynamicStream class (not the abobe one). I've ran into an issue with playing the same video multiple times. In this app there will be many occassions when a video may be repeated in the playlist up to 3 times. Here's an example of the problem:

Lets say I have 2 videos in a playlist and they are the exact same video. They both are the low birate version. The fist video dynamically swiches to different bitrates seamlesly as planned. If I fast forward the stream to the begining of the second video it starts playing and if my bandwith is ok it wants to switch to a better bitrate. It swiches but instead of being seemless it plays the second video from the begining again. So, I'm thinking this is where oldStreamName comes in. So I add the oldSteamName and make sure its correct, but the problem with that is if the same video is in playlist more than once then the transition never even happens.

View 5 Replies

Media Server :: Running A Live Stream From An XML Playlist

Mar 25, 2010

I have just successfully installed Adobe FMS on my server. I would now like to know how to program a script to run a continuous live stream, of MP4 videos, from an XML playlist.

View 20 Replies

Media Server :: Videos Only Stream From The Media Folder?

Apr 5, 2010

I have FLV files streaming fine from the media folder in the applications folder.I want to split up the videos into folders to make them more manageable.If I create another folder in the applications folder at the same level as the media folder and put a video in there the video does not play.

View 4 Replies

Media Server :: Straightforward Method To Stream Videos From Another Server?

Mar 6, 2010

I've got:- FMS already installed on a XP server with IIS- FLV Videos residing in a folder on another serverHow do I:Stream videos from the other server where the videos reside?

View 4 Replies

Media Server :: How To Stream Http Videos From FMS

Oct 11, 2011

I have FMS installed on windows server 2008. I have a large number of videos which are served to my clients using rtmp protocol.Now we have designed a new player with some controls which apparently do not work while an rtmp video is playing.

View 2 Replies

Media Server :: Configure FMS To Stream H263/4 With Mp3 Videos?

May 26, 2010

I have installed Flash media server 3.5, and i have put my vod files under 'C:Program FilesAdobeFlash Media Server 3.5applicationsvodmedia'

the sample file under this folder given by fms 'sample.flv' is playing fine, (this has VP6 as video codec, mp3 as audio)

"rtmp://my_SYSTEM_IP/vod/sampl"
 
where i have kept my own file called 09.flv which has H263/mp3, and one more 09_1.flv, which has H264/mp3. But both of the files are not streming. When i tried to play these over vlc it sayes file not found. But sample video plays. Is there any way to make work vod files to stream?

View 15 Replies

Media Server :: Stream Uploaded Videos To Only Particular Group?

Jan 23, 2012

I need to do stream uploaded videos to only particular group. It should not be forwarded or back warded by viewers. It should be just like telecasting videos in Television.For example, I just uploaded a video (30 mints length). I shared the video to my friends at 5.00 PM and My friend shared the same video to his friends at 5.15 PM.  So It should be like playing uploaded video from 5.00PM to 5.30 PM and the same video from 5.15PM to 5.45PM to my friend's friends. It should be like playing(telecasting) one video to many people at different times and Viewers cant forward or  backward. Just watch it only once.

View 1 Replies

Media Server :: HTML Pages That Embed A Swf File To Stream Flv Videos?

Jan 27, 2011

We have some HTML pages that embed a swf file to stream flv videos. The video doesn't play and I firstly thought it was the video player's version problem. But it seems more to be related to the path now.

[Code]...

View 2 Replies

Media Server :: Setup Multicast Event With Recorded Videos Not With Live Stream?

Nov 25, 2011

setup multicast event with recorded videos not with live stream. how to setup multicast address that ask in multicast configuration utility....

View 1 Replies

ActionScript 3.0 :: Make A Playlist Of Videos That Stream From Youtube?

Apr 6, 2010

hi, im trying to make a playlist of videos in as3 that stream from youtube.i found some code that makes a playlist of flv's but when i tried adding the whole netconnection netstream code in i cant get the videos to play This is the code as it stands with my modifications. IT DOES NOT WORK.

Security.allowDomain("www.youtube.com");
import fl.video.*;
var thumb_width:Number;
var thumb_height:Number;

[code]....

View 2 Replies

Media Server :: NetStream.Play.InsufficientBW When Streaming Server Side Playlist?

Sep 23, 2010

I am streaming pre recorded audio files (mp4) to an AIR client. I have tried two different solutions,
streaming the file directly with the NetStream.play("mp4:xxxxx.m4a") and creating a server side playlist, adding the same sound clip and then streaming the playlist. The problem is, when streaming the playlist i get a few NetStream.Play.InsufficientBW, this does not happen when streaming the file direct. Both solutions uses bufferTime=1.0
 
I would like to use a server side playlist to implement a simple key solution so that the client dont know the full path to the file, but instead sends a key to a custom server side function that looks up the file path and creates a stream for the client.

View 1 Replies

Media Server :: Streaming Server 4 - Server Side Playlist?

Jan 26, 2011

The $995.00 version is listed as not supporting server side playlists.  Is it possible to implement internet TV station like functionality using that version?  I would like to have a list of files to play out and have it so those connected are all viewing the same thing.

View 1 Replies

Media Server :: Scrubbing Server-side Generated Playlist?

Jun 18, 2010

I am generating a playlist server-side but am having problems when I try and scrub it on the client-side.Here's the contents of main.asc of my application:
 
application.onConnect = function(client) {
this.testStream = Stream.get("mp4:testplaylist");
this.testStream.play("mp4:test.f4v", 9, 16);
this.testStream.play("mp4:test2.f4v", 11, 10, false);

[code]...
 
The client calls "getStreamLength" to get the length of the sequence from the server; I do this in order to set the length of the scrub bar correctly.The problem is when I try and scrub - both forwards and backwards - it doesn't work; the stream just pauses then picks up where it last stopped, regardless of the position of the scrub bar.Is it possible to scrub a server-side generated playlist using Flash Media Server?I am using both Flash Player 10 and 10.1 and version 3.5.3 of Flash Media Server.

View 3 Replies

Media Server :: Secure Flash Media Streaming Server 3.5 (live Stream Connection)

Aug 23, 2010

I have Flash Media Streaming Server 3.5 (not Interactive) running on RHEL5.5 x86_64 Linux.All is working well, however how do I prevent unauthorized access to connecting to the live stream and streaming content?How can I setup the server to require a user and password to stream live media to the server?I am new to this product and I have been reading some documentation but I have not found a clear cut answer on how to force a username and password to connect to the server to stream live content only.I am using the Adobe FMS Apache install, what files need changing?[code]I want to lock down a person from connecting to the server on the public internet and starting a live stream?Can this be done with a user name and password?

View 13 Replies

Media Server :: How To Loop A Server-side Playlist

Oct 1, 2009

i have a problem with my server-side playlist. I have three incoming live-streams from the FME:

/*
clientStream = Stream.get("New_Stream");
clientStream.play("live1", -1, 10, false);
clientStream.play("live2", -1, 10, false);
clientStream.play("live3", -1, 10, false);
*/

I want that every stream is changed every 10 seconds and that the complete playlist starts again after the last stream was played. So far it works but only for three times. Then the messages "NetStream.Play.Stop" occurs.

View 1 Replies

Media Server :: Stream Video With Flash Media Live Encoder To The Server?

Jul 19, 2011

when i try to live stream with FMS! I can stream video with Flash media live encoder to the server but when i create the player to recieve the livestream from server,i can not recieve the live stream,can anyone give me a step by step tutorial of how to do it?

View 1 Replies

Media Server :: DynamicStreamItem And Playlist?

Apr 22, 2009

Following the code shown in this example (Examle 6):
 
var ds:DynamicStream = new DynamicStream( myNetConnection );
//The first item in the playlist
var dsi:DynamicStreamItem = new DynamicStreamItem();

[code].....

View 5 Replies

Media Server :: Playlist Xml On FMIS3.5?

Sep 9, 2010

ake a script on my server FlashMedia who plays my playlist xml loop. The script works for the first reading of the playlist but I do not know how to play it at infinity.Can you add my script?
 
application.allowDebug = true;
Define events on application start
 application.onAppStart = function() {[code].........

View 8 Replies

Media Server :: Close Another Live Stream B If Opening When Stream A Is Closed?

Aug 28, 2010

close another live stream B if opening when stream A is closed? Does FMS support this kind of logic?

View 8 Replies

Media Server :: Recording RTMFP P2P Stream By Sending Simultaneous Stream To FMS

Oct 8, 2010

Only just getting started on this whole domain of learning, so go easy!If I set up a P2P video/audio chat (similar to the sample VideoPhone thing on the Cirrus site), can I get the stream from both parties to send to a server at the same time so that I can record it? If so, would I have to use a FMS to stream it to and perform the recording (and if so which version could I get away with)? Are there any (preferably free, or just tutorialised) solutions for the recording side of things?
 
Currently it seems like the only option for doing the P2P thing is to use Stratus/Cirrus unless I use FMS4 Enterprise.
 
how effective this kind of situation can be, in terms of quality of the stream and recording? Does any of this make sense?

View 1 Replies

Media Server :: Write Access Denied For Stream Error When Recording Audio Stream

Jul 26, 2010

I've had FMS running on my local machine for a while and have had a little experience writing FMS apps, but I've just tried recording audio for the first time using the standard vod application and I keep getting a "Write access denied for stream" error. My AS3 code is copied and pasted for various examples and am confident that it works.
 
I'm running Windows XP service pack 3 & FMIS 3.5.
 
I've had a look at the vod/media directory and under windows->properties the read-only attribute is ticked. Every time I un-tick this it reverts back to being ticked. I've googled this and MS say that most programs ignore the read-only attribute and that it only really applied to files. I've also tried the MS fix for setting the read-only attribute via cmd and still no joy (doesn't fix read-only attribute or FMS recording the audio after setting via cmd).
 
I've also tried our dev server install of FMS (running under linux) and am getting the same results.
 
Here's my AS3 code...
 
private function initApp(event:Event):void
{
removeEventListener(Event.ADDED_TO_STAGE,initApp);

[Code].....

View 1 Replies

Media Server :: RTMFP Multicast Stream Has Exceeded Max Duration Allowed Closing Stream?

May 9, 2011

i test the fms 4 update 1 rtmfp streams multicast after 10 minutes i get this message RTMFP Multicast stream has exceeded max duration allowed; closing stream. but i do not use IP multicast

[Code]...

View 3 Replies

Media Server :: Dynamic Live Stream Don't Take The Best Stream For Bandwith

Mar 9, 2010

I build a client side application where is only a FLVPlayback2.5 component and a short AS3 script.

[Code]....

My Encoder is setup with three streams: Vid: 500 kbps - Audio: 48 kbpsVid: 800 kbps - Audio: 48 kbpsVid: 1500 kbps - Audio: 48 kbps I start the encoder and everything looks fine in the log. In my browser (Safari or Firefox) I go to my html site and the stream starts after 6-8 sec. But anytime with the lowest bitrate 548 kbps and nothing look like the stream is switching to another bitrate. I tried it with the smil playlist and the result is the same. Only the lowest bitrate is plublished.

[Code]....

View 3 Replies

Media Server :: Access Log- Stream Play & Stream Stop?

May 24, 2010

I have recently installed FMIS 3.5.3. In checking the access logs I find data in both logs that display the same stream stop and stream play time .I'm not sure why the time is the same (00:19:27 example below). Videos play fine when testing from work (T3 connection). However, occasionally a very slight hesitation when playing video from home (I have cable connection). [code]...

View 4 Replies

Media Server :: Last Few Seconds Of Stream Cut Off When Recording A Live Stream?

Aug 27, 2010

I'm having a problem with recording a live webcam stream. The last few seconds of the stream is getting cut off.
The recording is stopped with the following piece of code:
 
vid.attachCamera(null);
vid.clear();
ns.attachCamera(null);
ns.attachAudio(null);
ns.pause();
  
What could be causing this? Is the stream cut off too soon? Is the client unable to send buffered data to the server?

View 2 Replies

Media Server :: Switching Not Working In Playlist?

Sep 9, 2011

So recently I have found issues with switching when playing playlists in a player we are developing. So to trouble shoot I built a simple application with buttons to manually switch. The first video in the stream switches just fine. When the player gets to to the second video in the the stream, switch does does not work either with or with out oldStreamName defined in the NetStreamPlayOptions. What happens is the the stream ends prematurely, a few seconds to a few minutes after the the button to switch is clicked. If I just let it pIay with out switching it plays out the whole stream as intended. I can't find any reason for this not to work, so I am wondering if there is an issue with the server.

View 12 Replies

Media Server :: Stream A HDS Live Multi-bit Stream?

Dec 12, 2011

I'm trying to stream a HDS live multi-bit stream, it seems to push to the FMS but my player doesn't display the stream.Are these settings and files correct? The documenation is confusing on what and which files need to be edited and/or created.

Encoder settings:
Bit Rate: 150,500,700
FMS URL: rtmp://myserver/livepkgr
Stream: liveevent%i?adbe-live-event?liveevent

FMS 4.5

I see the following directories being created when I start encoding and each directory has a single file with a .stream extension in them. Are these correct? fC:FMS-HOMEapplicationslivepkgrevents\_definst_liveevent1[code].....

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved