Media Server :: Embed Timecode When Publishing Live Video And Render It When Watching?
Oct 4, 2010
I've managed to publish video now: ns.attachAudio (mic);ns.attachCamera (cam);ns.publish ("name","record"); But without time information.
View 22 Replies
Similar Posts:
Aug 15, 2010
I have made a sample application for publishing video through FMS using as3.In that I had used the same code as given in the sample provided by the adobe,
m_nc = new NetConnection("rtmpt://localhost:1935/Test");
private function onNetStatus(event:NetStatusEvent):void {
switch (event.info.code) case "NetConnection.Connect.
[code].....
View 2 Replies
Nov 28, 2010
It's natural for users to find something interesting and record it when subscribing to a live video,
but so far I can only record it when publishing,
View 14 Replies
Apr 6, 2009
HI installed flash media server 3.0.4 on a Windows 2003 server.I am using the default LIVE application and broadcasting to it using FME version 3.0 Inside FME I choose MP3 as the audio codec, stereo and 128kbps When I watch the stream everything works fine but after a minute (sometimes 2 minutes) the sound disappears and I can only see the video run.If I refresh the page that contains the SWF that plays the stream then the sound works again but then again after a minute the sound stops and only the video continues to play. It is important to say that this only happens when I play a live stream from a server that is located outside of my local LAN. If I play a stream from my development FMS server in my local LAN this problem doesn't happen using the same SWF and same settings in FME.Moreover, if I use the nellymoser audio codec then everything works fine and this problem doesn't happen also. The thing is that I want to broadcast a live event and it is very important that the audio sounds good (stereo and 192kbps) and if I use the nellymoser codec the results aren't that good.
View 5 Replies
Oct 10, 2011
1) I currently have multi point publishing set up to rebroadcast a stream between several servers. I'm running into an issue where even if it's a live stream, when a client connects, it starts from the beginning and you have to seek to the very end for it to go live.I've attached my main.asc file
application.onAppStart = function()
{
trace("Application name: " + application.name);[code]........
2) Is there any way to set up multi point publishing on Video on Demand files?
3) Say server 2 has restarted, is there anyway to force a push to that server without having to restart the feed?
View 29 Replies
Feb 15, 2011
I am developing Video Chat over Ip (including audio and text too). But I am unable to get the proper startup material for my desktop application.
View 2 Replies
Sep 15, 2010
I'm having a reliability problem with publishing live, h.264 streams from FFMPEG (using the rtmp publish ability now built into FFMPEG, where I can set an rtmp address as the output).After a random period of time (usually between an hour and several hours), the default "live" application in FMS 4 (or 3.5) eventually drops the connection from the FFMPEG encoder. This is what appears in the log for the application:"Dropping application (live/_definst_) message. Clients not allowed to broadcast message."After googling the error, I discovered that people have been reporting this error for several years, but there has not been a single response from any FMS experts or Adobe about what causes the error.
View 6 Replies
Sep 1, 2010
I am facing a strange issue with a pair of FMIS servers set up with Multipoint Publishing. Configuration is as follows:
Encoder >>>> FMIS1 >>>> FMIS2
When freshly started, I am able to view live streams from both servers, however, periodically, FMIS2 unpublishes the streams as seen in the log below. When this happens lives streams are accessible from FMIS1 but not FMIS2. In order to resume live streams on FMIS2, FMIS1 must be restarted.
Logs:
2010-09-01 14:31:00 9244 (s)2641173 NGA_1 is unpublishing -
2010-09-01 14:31:00 9244 (s)2641173 FTV_1 is unpublishing -
2010-09-01 14:31:00 9244 (s)2641173 BBCWN_1 is unpublishing -
2010-09-01 14:31:00 9244 (s)2641173 CTI_1 is unpublishing -
2010-09-01 14:31:00 9244 (s)2641173 CNN_1 is unpublishing -
.....
View 7 Replies
Apr 28, 2011
i have a website like ustream, where user can register and create live channels and publish live video using FMLE.
Now i want to check wether a particular channel is online or offline. I have stream name for particular channel. My website is coded in PHP. I have tried using getLiveStreamStats function, it works fine where the XML file is not heavy. I mean number of subscribers are less. Then i can just check the Publisher Tag. if it exists that means stream video is live, else not.
But problem arrives when the number of subscribers are high. The XML file do not loads in PHP, and it takes too much time to load the page.
what can be done to just check if the xml file has publisher tag. and display if the stream is live or not
View 12 Replies
Jan 3, 2012
I want to retrieve the list of live stream name.
View 1 Replies
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
Sep 26, 2011
Does anyone know how to embed cue points into a live stream?I have been searching around and trying to figure out how to make it work properly.I have played around with stream.send functions and onmetadata.It works just fine for pre-recorded files with embedded cue points.But I am having problems getting it working with a live dvr stream.It also seems if you modify the metadata keyframe using the stream.send("@setDataFrame"... while you are appending to a file, that the metadata change is only in memory, it does not get flushed to the file.If you stop and restart the stream and start appending the new metadata is not retained.
I am using the dvrcast application to serve and record the streams.The stream is recorded over a period of time, but recording is started and stopped.So the file is actually appended to instead of just over writing.So the problem lies in the metadata, if you actually want to know the exact time something happened and there is a break in the stream there is no way to calculate the actual time.So my thought was ever time the stream is appended to add a cue point that contains a date time stamp when recording began, so the actual time can be determined by calculating the difference between the last time stamp/cue point and the time elapsed.
Also I believe all of this only applies to flv files for f4v files the process would be completely different.
View 4 Replies
Feb 11, 2012
i would like to ask which is the best way to embed my .swf player to my blog and my site to view my streaming video from my FMS?The whole streaming proccess works great but i do not know how to put the .swf player to my blog and my site
View 1 Replies
Feb 20, 2012
I have install the Flash Media Server and Flash Media Live Encoder. Everything run perfectly when I test the Live Stream through localhost, but if I try to embed to another machine, it is failed.
View 1 Replies
Apr 6, 2010
I learned from some previous post that the default encoding format used when you publish the camera from a Flash player is Soreson. I'm wondering whether it is possible to select to use other codec such as VP2 or H.264?
View 3 Replies
Apr 27, 2009
I use FMIE and FMLE.how can i do save to file Live Streaming in server installed fms, not local system ?
View 1 Replies
Sep 17, 2009
I am looking to broadcast live video and need a camera that is better than a simple webcam. It looks like they used to make video cameras that would register as webcams, but stopped making them.If you wanted to broadcast an event live, what would be a good camera to use?
View 5 Replies
Mar 10, 2012
I am Trying to Apply some information Like text and An Image as an overlay to create a overlay effect as lice a security camera with time and date on the video along with a png based Logo.
I can record VIDEO Using Flex and FMS or any other Media Server. But I want to save a modified version of the stream being uploaded.
View 2 Replies
Mar 23, 2010
I've tested an exciting tutorial about streaming live video with Flash Media Server 3.5..every thing went good and i could see my webcam broadcast from my machine through my web site but unfortunately.I can't see it from any other machine.I'm using Microsoft windows XP SP2and flash media live encoder 3but my web server run UNIX is this a problem?
View 15 Replies
Jul 25, 2011
i am wondering is it possible to get embeded timecode from HTTP Stream?Flash Media Live Encoder contains a special built-in handler, onFI, that subscribing clients can use in their ActionScript code to access timecode information. The following client-side ActionScript code shows how to get timecode information using the onFI handler. The object ns is the NetStream object. You can get timecode and system date and time information, if timecode and system date and time were embedded in the stream, by accessing the tc, sd, and st properties of the info object that is passed as an argument to onFI():i am using this onFI method succesfully with netStream object when i am getting stream from RTMP.is it possible to get somehow same results with HTTP Streaming (f4m and osmf)
View 3 Replies
Jun 10, 2010
I am trying to broadcast live video using a webcam. I am using the developer version of FMS3.0. Actually i have a working code of webcam broadcasting, which i used before. But now i am using a free version of FMS3.0. When i tried to connect, the following error is showing:
"NC.onStatus> info.code: NetConnection.Connect.InvalidAppNC.onStatus> info.code: NetConnection.Connect.Closed"
I am trying to connect with [URL]
View 10 Replies
Jul 13, 2010
I'm using FMLE 3.1 to stream live video encoded with H.264 format with FMS 3 and Flash player 10 + AS 3 to connect to the stream. When I connect to the stream, just the audio is played. I'm able even to get the metadata information about the video, but I just receive the audio. I already tried some stuff like
1. "Flash 10 won't play live stream H.264 after iTunes install" [URL]. I tested it in a complete different environment than mine, but the same result.
2. I've tried some format to play method, but this is just to play files
ns.play("mp4:saple.f4v"); ns.play("mp4:sample");
3. Also read "How do you watch and record a live h.264" [URL], but I don't get even to play the stream at first place. This is the code I'm using
import flash.media.Video;
var video:Video = new Video(720, 480);
var ncVideo = new NetConnection();
this.ncVideo.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);
[Code] .....
Another detail is that when I record the video to a file for instance "sample.f4v", I put this video in the FMS but when I connect to this stream I receive the "FileStructureInvalid" error message. I went from changing the extension to .flv [URL] to the solution to flatten the files [URL] but this is not the case because I'm using FMS to stream the recorded video.
View 2 Replies
Aug 11, 2010
I am a Wedding/Events Photographer/VideographerOne of my client want his events be live streamed over internet, I am quiet new for this type of jobas to what Software / Hardware I have to purchase for Live Streaming of Video over Internet.. and how it will encode in realtime.?
View 8 Replies
Aug 16, 2010
We purchased the Adobe Flash Media Sreaming Server 3.5.
My question is, the client wants to set the buffer to 30 seconds, so if an error is encountered the live feed feed will not be interupted.
Is this set from the Adobe client that is recording the video or is this a setting on the server?
View 9 Replies
Nov 20, 2010
I have Flash media server, flash media live encoder, and flash cs5.I'm gonna be using flash media live encoder to stream my desktop and webcam to my website. My current host (host gator) doesn't have rtmp enabled on their web hosting plan, only on their dedicated and vps hosting. My question is do I need to switch hosts to one that has rtmp enabled so I can stream to my website for people to view?Also, can I embed this stream into another part of my site?
View 5 Replies
Jan 16, 2011
I found the article titled 'Capturing live video' quite useful. This article is linked off the FMS start web page - the one that opens immediately after installing.[URL] The tutorial is better than most that I've found because it has a simple, working example. I was able to enter the code into a frame script in Flash CS5 and I used my own FMS address to connect both to a localhost and a remote server.
The sad part was that I found that I got the video and audio to round trip to and from the FMS when compiled (ctrl+enter) in the Flash CS5 program but when I try to publish this to a web page, I get audio but I can't get any video to display - neither eachoing straight from the camera or subscribing from the FMS. I've tried accessing the web page from my local file system and from a webserver. In both cases, I get audio (great news) but not video (bad news). I'm wondering why this might be. I checked warnings and errors but I'm not getting any. This solution is so simple and would pretty much solve my problems.
View 2 Replies
Jul 16, 2009
I'm very new to FMS and I have been experimenting around with it as a part of my job. I already have the encoder, FMS, and my AIR application all talking, so that portion is going well.The problem that I want to tackle next though is to have the FMS server record the live stream to it's hard drive. All of the guides that I've found talk about how to make a DVR stream, but that's not what I want. I want to be able to have the live stream, and then separately I would like to have it recorded.
View 1 Replies
Mar 17, 2010
we're planning to set up a live streaming service, one operson live streaming a video to multiple users. so no more than one channels contemporary in uplaod, and at the beginning it won't be a open broadcast service (maybe later..) we initially don't know how many can be the users. I've red that there's no theoretically limit for the maximum number of users connected with a fms, is this also valid for live streaming, or has it some limitation due to be live? is it necessary to have our fms, or is it possible (and cheaper) use a server provider?
View 1 Replies
Jul 7, 2010
I'm trying to publish video streaming over internet. I want to use the h264 codec in FMS for that. Is there any in built property or setting to use h264 or have to use library for that. And also want to know among VP6, sorenson and 264 which is better to use.
View 6 Replies
Aug 4, 2010
I've searched quite a few threads:[code]But all of them are talking about playing multiple bit rate live video,my question is how I can publish multiple bit rate live videos in the first place?
View 2 Replies