【問題】線上廣播問題..

顯示結果從第 1 筆 到 1 筆,共計 1 筆
  1. #1
    ~打雜的~ zankuro 的大頭照
    註冊日期
    2004-11-08
    所在地區
    種子網路貳百萬/
    討論區文章
    206

    【問題】線上廣播問題..

    請教各位大大:
    小弟最近使用Windows Media Encoder 7架設串流伺服器,並以網頁連結(使用.asx),大約在7/14日後即無法再使用,小弟將原本網頁的Embed標籤改為使用Object標籤,依然無法成功連結播放,但是如果直接開啟Media player使用開啟網址(Ctrl+U)則可以連上伺服器並播放,不知道是最近更新的問題嗎?有沒有哪位大人知道這個部分應該如何處理?謝謝。(另外試過使用.WPL連結亦無法使用)

    OS:伺服和測試端皆為Windows XP SP2
    串流編碼:WMEnoder 7
    播放軟體:Media player 9
    網頁語言:HTML

    已解決..
    修正方式..(微軟網站查到..)
    <!-- Check Media Player Version -->

    <SCRIPT LANGUAGE="VBScript">
    <!--
    On Error Resume Next
    lngMP70 = IsObject(CreateObject("WMPlayer.OCX"))

    ' Windows Media Player 7 Code
    If (lngMP70) Then
    document.write "<OBJECT ID=MediaPlayer "

    document.write " CLASSID=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"
    document.write " standby=""Loading Microsoft Windows Media Player components..."" "
    document.write " TYPE=""application/x-oleobject"" width=""140"" height=""65"">"
    document.write "<PARAM NAME=""url"" VALUE=""這裡貼網址"">"
    document.write "<PARAM NAME=""AutoStart"" VALUE=""0"">"
    document.write "<PARAM NAME=""ShowControls"" VALUE=""1"">"
    document.write "<PARAM NAME=""uiMode"" VALUE=""mini"">"
    document.write "<PARAM NAME=""ShowStatusBar"" VALUE=""1"">"
    document.write "<PARAM NAME=""TransparentAtStart"" Value=""1"">"
    document.write "<PARAM NAME=""AutoStart"" Value=""0"">"
    document.write "<PARAM NAME=""AnimationatStart"" Value=""0"">"
    document.write "<PARAM NAME=""ShowControls"" Value=""1"">"
    document.write "<PARAM NAME=""autoSize"" Value=""0"">"
    document.write "<PARAM NAME=""displaySize"" Value=""0"">"

    document.write "</OBJECT>"


    ' Windows Media Player 6.4 Code
    Else
    document.write "<OBJECT ID=MediaPlayer "
    document.write " CLASSID=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
    document.write "CODEBASE=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
    document.write " standby=""Loading Microsoft Windows Media Player components..."" "
    document.write " TYPE=""application/x-oleobject"" width=""140"" height=""65"">"
    document.write "<PARAM NAME=""FileName"" VALUE=""這裡貼網址"">"
    document.write "<PARAM NAME=""AutoStart"" VALUE=""0"">"
    document.write "<PARAM NAME=""ShowControls"" VALUE=""1"">"
    document.write "<PARAM NAME=""uiMode"" VALUE=""mini"">"
    document.write "<PARAM NAME=""ShowStatusBar"" VALUE=""1"">"
    document.write "<PARAM NAME=""TransparentAtStart"" Value=""1"">"
    document.write "<PARAM NAME=""AutoStart"" Value=""0"">"
    document.write "<PARAM NAME=""AnimationatStart"" Value=""0"">"
    document.write "<PARAM NAME=""ShowControls"" Value=""1"">"
    document.write "<PARAM NAME=""autoSize"" Value=""0"">"
    document.write "<PARAM NAME=""displaySize"" Value=""0"">"
    document.write "</OBJECT>"
    End If

    -->
    </script>


    此文章於 2007-07-18 04:12 PM 被 zankuro 編輯。 原因: ~已解決~

類似的主題

  1. 【問題】不能聽線上廣播 通訊協定有問題
    作者:xxeed 所在討論版:-- 網 路 技 術 版
    回覆: 3
    最後發表: 2007-03-12, 07:45 PM
  2. 【問題】只要聽線上廣播就會斷線?
    作者:阿橘 所在討論版:---- ADSL 軟 硬 體 技 術
    回覆: 2
    最後發表: 2006-09-27, 05:52 PM
  3. 【求助】不能聽線上廣播
    作者:8223632 所在討論版:-- HELP ME 電 腦 軟 硬 體 急 救 版
    回覆: 2
    最後發表: 2004-04-11, 10:57 AM
  4. 【求助】架設線上廣播的發音問題
    作者:nicha 所在討論版:-- 多 媒 體 討 論 版
    回覆: 0
    最後發表: 2003-11-05, 12:10 AM
  5. 聽線上廣播,要開那些PORT
    作者:soho2001 所在討論版:-- 網 路 技 術 版
    回覆: 6
    最後發表: 2002-06-11, 01:25 AM

 

此網頁沒有從搜尋引擎而來的訪客

發表文章規則

  • 不可以發表新主題
  • 不可以回覆文章
  • 不可以上傳附加檔案
  • 不可以編輯自己的文章
  •