Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Video, Windows Media Server and DNNVideo, Windows Media Server and DNN
Previous
 
Next
New Post
12/25/2009 12:17 PM
 

I am trying to get a television station streaming on a DNN site. The stream is coming into a dedicated server running Windows Media Server. It seems that simply dropping the code to embed a player into to the HTML module does not work. Does anyone have any experience with this or with using video or WMS with DNN? I know there are modules, and I have one but it won't really do what I need it to do and I can't seem to find a workable solution.

(May as well mention I am also looking for someone to develop a skin for us. Have one but it doesn't work well because it is css and looks different on every single computer.)

Beth Vest
http://www.fptv17.com/default.aspx

 
New Post
12/25/2009 9:36 PM
 

This forum thread regarding the Silverlight OpenVideoPlayer and DotNetNuke may be of interest to you:

http://www.dotnetnuke.com/Community/F...


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
12/28/2009 12:17 PM
 

Hi Beth..

We have the same type of setup.  An external camera in which Windows Media Encoder is connecting to the camera and encoding the stream and then we have Windows Media Server connecting to the stream and feeding it to a DNN webpage.

You should first check and see if you can connect to your MMS stream by opening Windows Media Player on a client computer and then opening the URL of your MMS feed; eg. mms://websitedomainname.com/camerafeed.  If you see the stream then WMS is up and running fine.

Below, you will find our code which I entered into a HTML module on our camera page and it works fine.  Works for IE and other browsers as well.  Hope this helps.. -Jeff

<div id="ExternalCamera" style="height: 492px">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" /><style type="text/css">
     body {color: navy; font-family: Arial, sans-serif }
    </style>
<div>
<p>&#160;</p>
<table border="2">
    <tbody>
        <tr>
            <td height="480" width="640"><object id="mediaPlayer" type="application/x-oleobject" standby="Loading Microsoft Windows Media Player components..." classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" height="480" width="640">
            <param value="mms://%ENTER YOUR MMS STREAM NAME HERE%" name="URL" />
            <param value="True" name="animationatStart" />
            <param value="True" name="transparentatStart" />
            <param value="True" name="autoStart" />
            <param value="False" name="ShowControls" />
            <param value="False" name="ShowAudioControls" />
            <param value="False" name="ShowDisplay" />
            <param value="False" name="ShowPositionControls" />
            <param value="False" name="ShowStatusBar" />
            <param value="true" name="windowlessVideo" />
            <param value="False" name="loop" /><embed id="mediaPlayer" type="application/x-mplayer2" height="480" width="640" loop="0" designtimesp="5311" autostart="1" src="mms://%ENTER YOUR MMS STREAM NAME HERE%" videoborder3d="0" showstatusbar="0" showdisplay="0" showtracker="1" showcontrols="0" bgcolor="darkblue" autosize="0" displaysize="4" name="mediaPlayer" pluginspage="http://microsoft.com/windows/mediapla...>
        </tr>
    </tbody>
</table>
</div>
<p>&#160;</p>
</div>

 
New Post
1/13/2010 4:47 PM
 

Wow, thanks so much for that. It works better than anything I tried so far. The only issue I am having now is that when I test my mms link in the windwos media player it works fine. On the page in DNN using the code as you posted above, it runs for a while then eventually quits. I either get audio with a black screen or  I get a white screen in the module area and nothing at all. I tend to think this is a DNN issue I need to work around? Do you get these issues?

Works great in windows media player and I apprecaite your help in gettiing this far. If you or anyone has advice for me that would be great. I want to use DNN for this client and I am working hard to make this work.  It makes no sense that it shuts down like this for no reason. I have included links to everything if you care to look and I really do appreciate your help.

Also, does anyone know the param to include to show a button that lets you open the player to full screen? Also, FYI we are feeding off an encoder into WMS, into  a very heafty dedicated server where the site lives all by itself. Thanks in advance and your help is much appreciated.

mms://67.199.100.113/FPTV17Live

http://www.fptv17.com/defult.aspx

Beth Vest

 
New Post
1/13/2010 5:44 PM
 

Hi Beth,

I also run Window Media Server for live feeds, and also support a small television station.  The issues of it stopping or going blank with audio only sounds like there may be a choke point for the stream, possibly encoding at too high of a rate for the bandwidth?    

In DNN, I use similar code to the above but I use a play list instead of putting in the mms connection directly (uses an ascx page).   The playlist can be kept in a DNN folder so the site admin can easily replace it without touching WMS. 

If you use use windows media player in DNN, the user should be able to right click the menu and then select Zoom Full Screen.  There is a parm to disable this  menu, but I think it is on by default.    See this page with a live stream for a small local cable TV station in southern Virginia, I wonder if this works for you.   http://www.btw21.com/programs/LiveStr...    If it does, I can get more details for you.

 


Terence
TMMworld Dot Net Services
View Terence Maney's profile on LinkedIn
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Video, Windows Media Server and DNNVideo, Windows Media Server and DNN


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out