Unreal Media Server Forum Index Unreal Media Server
ATTENTION! THIS FORUM IS READ ONLY AS OF SEPTEMBER 1 2009.

PLEASE POST QUESTIONS TO OUR NEW FORUM
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Rich Media

 
Post new topic   Reply to topic    Unreal Media Server Forum Index -> Web publishing - ActiveX control and Cross-Browser plugin
View previous topic :: View next topic  
Author Message
lonestar



Joined: 27 Oct 2006
Posts: 28

PostPosted: Wed Dec 20, 2006 7:19 pm    Post subject: Rich Media Reply with quote

Will the new version be able to support rich media?
Back to top
View user's profile Send private message
Admin
Site Admin


Joined: 04 Aug 2006
Posts: 488

PostPosted: Thu Dec 21, 2006 3:53 am    Post subject: Reply with quote

Whas is das "Rich Media"? Sil vu ple...Smile

Admin
Back to top
View user's profile Send private message Send e-mail
lonestar



Joined: 27 Oct 2006
Posts: 28

PostPosted: Mon Dec 25, 2006 4:35 pm    Post subject: Rich Media Reply with quote

Rich media, as in media that one can interact with.

Currently we are pausing video to allow for commercials and transitions to run; this is why we are using two players. If we used a playlist we would have make the content provider cut his material.

Thanks
Back to top
View user's profile Send private message
mitchstein



Joined: 03 Sep 2006
Posts: 72
Location: phila pa

PostPosted: Fri Jan 05, 2007 5:39 pm    Post subject: Re: Rich Media Reply with quote

lonestar wrote:
Rich media, as in media that one can interact with.

Currently we are pausing video to allow for commercials and transitions to run; this is why we are using two players. If we used a playlist we would have make the content provider cut his material.

Thanks


Thats how we run the commercials on our site. we basically do a simple cut and fade then insert the comercials.

also we use a nameing convention for it. the first segment is called 1.wmv 1comercial.wmv then 2.wmv 2comecial.wmv........

works great.

What I'm trying to figure out is how to get a show to start unicasting even to noone at 1:00pm so that if someone clicks the link at 1:15pm they missed 15 minutes of the show....

any ideas?
_________________
http://www.garageaction.com
http://www.tvbydemand.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Admin
Site Admin


Joined: 04 Aug 2006
Posts: 488

PostPosted: Fri Jan 05, 2007 7:49 pm    Post subject: Reply with quote

No, you can't do this in unicast mode, since recorded media is served "on demand".
In multicast mode, you could serve files in "live" mode, but that does not work via Internet (LAN only).

The simple idea I have is - create a live source attached to VCR, and play back some commercial movie.
This is your "live" commercial, TV-like, what you want.

Admin
Back to top
View user's profile Send private message Send e-mail
mitchstein



Joined: 03 Sep 2006
Posts: 72
Location: phila pa

PostPosted: Sat Jan 06, 2007 7:11 pm    Post subject: Reply with quote

Admin wrote:
No, you can't do this in unicast mode, since recorded media is served "on demand".
In multicast mode, you could serve files in "live" mode, but that does not work via Internet (LAN only).

The simple idea I have is - create a live source attached to VCR, and play back some commercial movie.
This is your "live" commercial, TV-like, what you want.

Admin


Yeah that is what we are doing now, but then we can only get three max channels running on one computer and the hardware cost is very high, 1 dedicated computer, 3 dvd changers, 3 video capture boards. it just seems there has to be a way to do it from a .wmv file...

I was thinking that maybe the media server could start to stream the files in alpha order to noone, and when someone connects it just puts the stream to them, if another connects it just dups the stream to them and so on. It sounds so simple but maybe it's not..

`Mitch
_________________
http://www.garageaction.com
http://www.tvbydemand.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Jarbas



Joined: 25 Jan 2007
Posts: 3

PostPosted: Thu Jan 25, 2007 2:17 pm    Post subject: Reply with quote

Admin wrote:
No, you can't do this in unicast mode, since recorded media is served "on demand".
In multicast mode, you could serve files in "live" mode, but that does not work via Internet (LAN only).

The simple idea I have is - create a live source attached to VCR, and play back some commercial movie.
This is your "live" commercial, TV-like, what you want.

Admin


Why does not work via Internet?
Back to top
View user's profile Send private message
Admin
Site Admin


Joined: 04 Aug 2006
Posts: 488

PostPosted: Thu Jan 25, 2007 4:00 pm    Post subject: Reply with quote

Because ISPs that control Internet routers, prohibit Multicast.

Admin
Back to top
View user's profile Send private message Send e-mail
Jarbas



Joined: 25 Jan 2007
Posts: 3

PostPosted: Sun Jan 28, 2007 1:50 pm    Post subject: Reply with quote

hum.. okz.. but with a Darwin Streaming Server, MULTICAST over Internet it is functioning.

The steps that I made:

1. Compress and hint your media file(s). If you have mulitple files for a
single playlist make sure that all the files use the same encoding, sampling
rate, compression, and bit rate. Test the individual files by accessing the
files for video-on-demand. For example:
rtsp://<server address>/<relative path>/Towers.mp4

2. Once the media files are posted and tested for video on demand, create
the playlist. Usually it is best to use the web admin gui to create and manage the playlist (less prone to errors). Start the playlist
and test access:
rtsp://<server address>/<relative path>/<playlist name>.sdp

3. If the playlist is functioning properly it can be the source for a relay
(to other server(s), multicast address, etc).
At the "Relay Settings", I added a new relay with the following settings. Source IP: 127.0.0.1, Mount Points: /usr/local/movies/thinkpad_mcast.sdp,
Request Incoming stream
Destination IP: 224.10.11.12,
Relay via UDP base port: 9000,
Multicast
TTL: 4


I like very much the UMS. I Obtain to make something it type with it?
Back to top
View user's profile Send private message
Admin
Site Admin


Joined: 04 Aug 2006
Posts: 488

PostPosted: Sun Jan 28, 2007 9:48 pm    Post subject: Reply with quote

Jarbas wrote:
hum.. okz.. but with a Darwin Streaming Server, MULTICAST over Internet it is functioning.


I don't think so.

Destination IP: 224.10.11.12 - that's the multicast group address on your closest router; suppose you have some internet user that wants to see this stream - ALL routers between him and you MUST enable multicast.

And of course, ISP routers do not.

Admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Unreal Media Server Forum Index -> Web publishing - ActiveX control and Cross-Browser plugin All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.6 © 2001, 2002 phpBB Group