Media Server :: FMS 3.5 Says 'Bad Network Data': Error In Handling RTMP Extended Timestamps / ChunkSize?

Jun 3, 2011

For a client, I am working on a project where a live RTMP stream is published to an Adobe FMS 3.5.6 server from a java application, using Red5 0.9.1 RTMPClient code. This works fine, until the timestamp becomes higher than 0xFFFFFF after 4.6 hours, and the RTMP extended timestamp field starts being used. I have already found: when the extended timestamp was written after the header, the last 4 bytes of the data were being cut off. I have fixed this locally, and now the data being sent seems to me to be conformant to the spec. However, FMS still throws an error message in the core log and then kills the connection from the Red5 client. Here is the error message:

[Code]..

View 6 Replies


Similar Posts:


Flash :: Media Server - Send Video And Audio Data To A Media Server By Using RTMP Protocol

Jul 22, 2010

I'm trying to make a software which sends video and audio data to a flash media server by using RTMP protocol. Currently, my program can communicate with a flash media server correctly. RTMP specifications does not describe about the raw data in video/audio messages, so I muxed raw H.264 and AAC data into video/audio messages and sent to the server. The server seems to accept them, but a video player cannot playback the stream sending from the server. The player just says "Loading..." For a test purpose, I sniffed the network packets between Wirecast and the flash media server and ripped off only video and audio data. Then, I muxed those data into video/audio message and sent to the flash media server. In this case, the video player connected to the server can playback the stream correctly.

I checked the stream sent from Wirecast, the stream seems not to be H.264 raw data because those data are not started from 0x17 instead of H.264 start code. With those situation, I am wondering what kind of container format I should use for H.264/AAC data to the flash media server.

View 12 Replies

Media Server :: Bad Network Data; Terminating Connection

Aug 13, 2010

Many times, each day, a notice this error in the event log :

[Code]....

each time after this error, the netconnection between the publisher and the server close. I have some log in my app who check the connectivity between the publisher and the server:

[Code]....

I just want to confirm if it's the real issue of this problem or if other thing can provide this result and how can I prevent the deconnection of the publisher if this append again?

View 5 Replies

Media Server :: Getting Connection Error With Rtmp On Other Computers

Aug 27, 2010

I have FMS 3.5 installed on a Windows 2003 server, service pack 2. I access the server via remote desktop on my computer and when I use the Sample Video Player, I can get the sample rtmp videos working on the server and also on my own personal computer, but when I try and play the samples in the video player on any other computer, I get a Connection Error. I've verified the ports are all working. I've also checked the admin console and when I connect with both the server and my own computer I get 2 connections. When I try from an outside computer, no connection is shown. So it's not even getting to FMS to even register. What else might I be missing?

View 1 Replies

Media Server :: 'Connection Error' Sample RTMP Video Used To Work, Now No Longer Works?

Sep 12, 2010

I had FMS 3.5 developer package installed on my server installed about a month ago. I used to be able to go to the /webroot/ page to see the sample RTMP video play and it worked great. Today, I go to view that page and find that it no longer plays. I get "Connection Error. Please preee Play to try again."

Pressing the play button does nothing, so I click the RTMP thumbnail and it reloads ony to give me that same error again. I can click the HTTP thumbnail and see the video play just fine. But, I want RTMP and after over an hour on the phone with my managed hosting tech, we can't find anything wrong.

Here's the thing: I haven't done anything, I have not changed anything, I have not manipulated the server software whatsoever. It just stopped working and gives me "Connection Error."

[Code]...

View 6 Replies

Media Server :: RTMP & Flash Media Streaming Server Live Application?

Feb 3, 2010

I'm running Flash Media Streaming Server and have only been serving VOD up until now.  I had my network administrator open up port 1935 to the outside world during the setup process and now I can't remember if that was actually required for streaming VOD to clients.  Most documentation I've read says that this port should be open, but I seem to recall reading something at one point that suggested it wasn't necessary.

I've just started messing around with publishing live streams using Flash Media Live Encoder to the Flash Media Streaming Server.  I have that working without issue but was surprised to find that no authentication is required before a client running the live encoder can publish a stream to the Flash Media Streaming Server.  An authentication module is available however it only works with Flash Media Interactive Server and Flash Media Development Server.

If I leave port 1935 open to the outside world, there would be nothing to stop anybody anywhere from streaming video via my server.  Anyone else running a default install of Flash Media Streaming Server and with port 1935 open to the outside should see that this is true of their setup as well.  I'm wondering if I can safely close port 1935 without limiting the functionality of the server or if there's some way I can require authentication prior to publishing a live stream even though I'm not on the four-and-a-half-times-more-expensive edition of the product.

View 30 Replies

Media Server :: FMS4 - Change The Default Path (rtmp://serverName/vod/ To Rtmp://serverName/sites/)?

Jan 14, 2011

We had FMS2 installed before and the paths to all our videos are like rtmp://ServerName/sites/.... (the default path on FMS2) Now we upgrade to FMS4 and we would like to keep these paths the same because we have many HTMLs that reference these videos. However, the default path on FMS4 is rtmp://ServerName/vod/... Is there a way to change "vod" to "sites"?
 
I tried to change VOD_COMMON_DIR in fms.ini from /install_dir/webroot/vod to /install_dir/webroot/sites, and also changed the document root in httpd.conf, but rtmp://ServerName/sites/ is still not working.

View 5 Replies

Media Server :: Server Streaming Into Secured Network

Mar 22, 2010

Currently we are running a FMS 3.5 server and to 99.9% of our clients they can see our streams with no issues. This all started after we moved server from influxes to in house. Everything was back to working ok but one client. They must be behind a very secure network becasue they see the player we have but no video, only gray boxes. My first guess is that they are blocking RTMP. I tried to get into her machine via remote but it required domain authentication. This was working with our old system but not the new one. Nothing much has changed execpt hosting companies. Normally we could use port 80 to stream out of but we currently have a different web server fordwaring traffic through 80 and our firewall will not route host headers. What could be the best way to make this work?

View 1 Replies

Media Server :: Client Returns Server Not Found:rtmp://192.168.10.1:/live When Accessed From Another Pc?

Jun 29, 2010

i have a small LAN of about 8 computers all of which are running windows 7. I have installed FMS and XAMPP webserver on one of the machines. I want to stream live from one PC to all the other PCs on the LAN. I have a webpage with jwplayer embedded in it on my XAMPP webserver that is able to see the live stream when i start it locally. I mean the live stream works fine on the machine with the servers on it. But when i want to view the live stream from another machine in the LAN by accessing the webpage that has the jwpalyer from another machine, The jwplayer returns "server not found:rtmp://192.168.10.1/live" error. I was thinking that maybe a firewall is blocking the 1935 port but i have turned off the firewall of every PC on the LAN. I have unistalled any antivirus program on all the PCs. But i still get the same error when i try to access the live stream from another PC on the LAN.When i run netstat -a -n|find ":1935" i get 192.168.10.2:49184 192.168.10.1:1935 SYN_SENT and i think the request for the stream is sent but the conection is rejected.

This is the code for the webpage with jwplayer embedded in it. maybe it:
<html>head> <title>JW FLV Media Player</title>    <script type="text/JavaScript" src="swfobject.js"></script>

[code].....

View 3 Replies

Media Server :: Way To Pass Rtmp Call For A Live Stream Through A Proxy Server?

Mar 4, 2011

Somebody I know can't watch because they have a proxy server.The nc.connect() call to get the live stream fails because it goes direct from AS3 to FMS and doesn't go through the proxy server.

View 1 Replies

Media Server :: Use RTMP Over HTTP - Outside Client Gets The Internal IP Address Of The FMS Server?

Jan 8, 2010

i am new on steaming & flash server; when we try to use RTMP over HTTP the outside client gets the internal IP address of the FMS server instead of the NAT one or public IP address, how can we solve this.

View 1 Replies

Media Server :: DVR With 4.5 RTMP And IOS?

Sep 16, 2011

I was previously using FMS 3.5 to record from flash media live encoder using the DVR app. This worked well as I was able to seek into a live stream, all of it not just a window, and I was using RTMP for playback (not HTTP).
 
Now I would like to upgrade to 4.5, and keep using RTMP for DVR BUT add support for iOS. So my question is, is this possible? I've looked over the documentation many times and cannot figure it out. I see livepackager and that appears to support HLS but it also requires using adobe dynamic http streaming and it says nothing about true DVR (yes actually recording it).
 
So is the dvr app now obsolete, and if not how can I add iPhone support to it? I already have a custom player and really hope I don't need to rewrite it to use adobe http dynamic streaming just for this.

View 7 Replies

Flash :: Use Network / Ip Camera With Media Server?

May 12, 2009

How I can use ip/network camera with Flash Media Server.I am not able to configure it.Is there any other way of configuring such cameras ?I want to publish live stream data captured by ip camera on Flash Media Server.

View 1 Replies

Media Server :: Trying To Map Directories To Network Drives?

May 15, 2010

By default, the server runs as System Account with no access to network drives. You can change the service user to a user with network access privileges with a UNC path. In Windows 2008, when I change FMS service to log on as user and start the service I get
"Windows Could not start the Flash Media Server (FMS) service on Local Computer.
Error 1067: The process terminated unexpectedly".
When I change it back to Local System Account, it works fine. Tested in Windows 7 x64 and I was able to start the service as a user log on. I checked the local policy group and the user have rights to log on as a service. I compared Windows 7 setting to Windows 2008 and they match.

View 2 Replies

Media Server :: FMS Not Visible In Local Network?

Mar 18, 2011

I have a problem with FMS 3.5 installed on Windows 7. The problem is that FMS works only on my local machine, I am not able to use it from computers in local network. I turned off all windows firewalls and my machine is visible for other computers - I am able to connect to FMS Welcome site on apache on default port 8134, but streaming fails, and I cannot do the same on port 80.

View 8 Replies

Media Server :: Obtain A "flash Media Server URL Address" Which Is Called "RTMP" On The Encoder Page?

Oct 12, 2009

I am trying to encode and stream live video. I have downloaded both the Flash Media Encoder and Flash Media Server. To complete the process of streaming video, it appears that I need to obtain a "flash media server URL address" which is called "RTMP" on the encoder page. Where can I find this? Is this something that can be downloaded, or do I have to purchase this from a partner like Level 3 communications, AT&T, etc.?

View 1 Replies

Media Server :: Disable RTMP On The Server?

Mar 10, 2011

Is there a way to disable RTMP on the server and allow only rtmpe client ?

View 1 Replies

Media Server :: What Is RTMP Address

Sep 18, 2009

i am having a serious issue with finding my RTMP address which may be something very simple to you all out there, i just installed Flash Media Server 3.5 at C:Program Files....i have purchased a video flash chat program and it needs to know the rtmp address which im not sure. I named the Flash Server EazyFlash.....not sure if i should install flash server somewhere else on server so website can see it??? The flash console and sample videos are working great but its all C: Drive??? would it be RTMP://EazyFlash? The software came with flash application which was a folder called videoflashchat which i copied to applications folder.

View 6 Replies

Media Server :: Restream A RTMP URL?

Aug 4, 2010

For long i been using wowza server, recently i change my platform to FMIS, I want to know how to restream a RTMP url
  
in wowza
 
1. i create a folder name edge on application folder and conf folder.

2. i have a folder name content, i just have to create a myStream.stream file

3. then paste my rtmp://remote-ip/live/stream  link to myStream.stream file.
 
then i can play the file rtmp://wowza-ip/edge/myStream.stream  in any rtmp player.how can i do such a thing on adobe FMIS.

View 6 Replies

Media Server :: Re-stream RTMP To 5 More FMS?

Jan 13, 2011

i re-stream one rtmp from server1 to 5 or more FMS servers, and make sure they are always connected if they lose connection for some reason it should keep trying to connect back.Please note i'm not a coder. I need simple example of how i can do this without hiring someone to do so.

View 3 Replies

Media Server :: No RTMP In Windows 7?

Sep 21, 2011

I've freshly installed the FSM 4 on windows7, but the start screen no runnng the rtmp video and the administration console no conecting, why?

my firewalls is down and my ports is open like adobe say... why no workig RTMP and my administration console no working?

View 2 Replies

Media Server :: Implementing IP Multicast On An MPLS Network?

Mar 2, 2011

I work for a carrier, and am looking at implementing IP Multicast on an MPLS network to support enterprise executive webcasts. As your probably aware, there are multiple multicast methods available.
 
Anyways its down to two multicast methods. PIM-SM  ( which our engineering group will probably reject to complexity)
 
PIM-SSM ( Which not every application supports Can anyone advise on whether Adobe flash media server ( and player ) support PIM-SSM multicast?

View 4 Replies

Media Server :: Streaming The Same Stream On 2 Different URL With 2 Network Cards?

Apr 11, 2012

I have a work station with Osprey 230, I need to stream the same stream on two diffrent URL via 2 network cards. Is that possible ? Which software you reccommend ?

View 1 Replies

Media Server :: Progress Bar For RTMP Protocol?

Jan 27, 2012

Anyone know about progress bar in rtmp i m making player using rtmp protocol because it allow to seek in any position even if the video data is not cache but i did not solve this issue how to display progress bar data is loaded i can do this in http protocol using Netstream.bytesLoaded and Netstream.bytesTotal i know rtmp is streaming video but i just want to know the when we pause in youtube u can see bufferlength in light gray which indicate this much of video cache i want to does they rtmp protocol or something else.

View 3 Replies

Media Server :: RTMP Streaming With HLS Delays

Feb 25, 2012

Currently, we are streaming using RTMP, but I want to switch to HLS to allow iOS devices to stream our video. I do not want to encode two separate streams though because we are operating with limited bandwidth on mobile data cards. If I stream using the livepkgr, the delay to iOS devices is about 12 seconds which is OK. However, on desktop clients, we have live scoring integrated with our video, so we cannot have a delay that long. My question is, if I connect to the same stream in a Flash client for the desktop, will the delay still be that long? Or will it stream in real time to flash clients with the delay only for iOS devices using HLS? Also, am I correct in assuming that I can do this on 1 stream, or do I need to setup a separate stream for RTMP and HLS?

View 1 Replies

Media Server :: Allow FMS To Accept Only RTMP Requests?

Mar 19, 2012

I need to configure FMS server so that it will listen to only RTMP request and disable other services like HDS and PLD. What configuration is required for this arrangement?

View 1 Replies

Media Server :: Protecting RTMP And HLS Streams?

Apr 7, 2012

We have RTMP and HLS live and vod streams running on FMS interactive 4.5. Given that FMS documentation on security and content protection is very scarce I have the following questions:

1. How do I protect my live and vod RTMP streams from embedding in other webpages?

2. How do I protect my live and vod RTMP streams from capturing with special tools like rtmpdump?

3. How do I protect my live and vod HLS streams from embedding in other webpages?

4. How do I protect my live and vod HLS streams from capturing with special tools?

As far as I understood RTMPE is flawed by design because it can be captured with rtmpdump. SWFVerification also fails, because one can use exactly the same SWF player on their site. Can I somehow tell to my FMS server that it would allow only SWF player from my domain?

View 1 Replies

Media Server :: Streaming Movie DVDs Within School Network?

Jun 16, 2009

Im looking to stream educational DVDs within my school, i now have a spare server but im not 100% sure what adobe flash product i need to do this?As ive seen a few different options to buy but thinking will the Adobe Flash Media Streaming Server  3.5 be good enough?Also the streamed files are they all via web page or can you use something like VLC player and connect to streamed files that way?

View 3 Replies

Media Server :: Application Sharing (passing Events Over Network)

Mar 3, 2010

I wan't to share the application over the network using as3 with FMS in such a way that events performed on application on one PC should also reflect on all the connected PCs. for example if I shared a notepad, the task performed by me on that notepad should be reflected to all the connected users and vice-versa, like remote desktop works.

View 2 Replies

Media Server :: Users On Specific Network Can't Connect To Video?

Dec 1, 2010

We've just installed Flash Media Server 4 to host video for a new client. We've gotten it to serve up video to the public and ourselves (inside our own network), but the problem is our client cannot view the videos. They keep getting a "can't connect to the network" message.Does anyone know of how we should troubleshoot this? The videos are each about 90 minutes long, and for right now, there are six of them, which is why we wanted to stream instead of embedding them.

View 4 Replies







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