News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Streaming

Started by Bullcat Webhosting, November 17, 2004, 10:08:21 AM

Previous topic - Next topic

Jazhawk

Is this mod on a package server or must it be installed by hand?

-Jazhawk

Pause

Quote from: LiL_J on January 26, 2005, 06:42:03 PM
what do you mean streaming to winamp.  listten to live radio stations online?
I mean basically like is being done with windows media player and realplayer - winamp is just another popular way to do it isn't it...
"You and me, inside that box, now." - The Doctor

Bite Fusion
Fusion Web Network
VG Fusion
Wrestling Fusion

babylonking

Quote from: Mattitude on January 26, 2005, 11:20:38 PM
Quote from: LiL_J on January 26, 2005, 06:42:03 PM
what do you mean streaming to winamp.  listten to live radio stations online?
I mean basically like is being done with windows media player and realplayer - winamp is just another popular way to do it isn't it...

Can we embed winamp in html or in php pages?

Jazhawk

Is this mod on any package server or does it have to be installed by hand?

-Jazhawk

JayBachatero

Quote from: Jazhawk on January 27, 2005, 10:45:16 AM
Is this mod on any package server or does it have to be installed by hand?

-Jazhawk
No you have to install this mod by hand
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

Jazhawk

Quote from: LiL_J on January 27, 2005, 11:03:52 AM
Quote from: Jazhawk on January 27, 2005, 10:45:16 AM
Is this mod on any package server or does it have to be installed by hand?

-Jazhawk
No you have to install this mod by hand

Thanx LiL_J

-Jazhawk

Matthias Heil

I love this mod and got it to work on my site!-)

The one thing I have noticed that in Firefox the Real object is not positioned where it should be but rather seems to be putting in one or two free lines (IYKWIM). Is there a remedy for this?

The other thing I want to ask is really important to me: How can we insert Quicktime?

That would be another killer feature!

Matthias Heil


mennou

i was trying to add this mod on my forum  i found this error

An Error Has Occurred!
The package you tried to upload either is not a valid package or has become corrupted. 
  can anyone help?

NayNay

Call me dense, I had this working on an older version, yet now on 1.0.2 I only get this when posted:

[stream=256,256]http://www.xxxxx.com/clips/Misc/test.wmv[/stream]

I have gone through my edits and I am almost certain nothing was missed.  Can anyone advise? 

Thanks.

babylonking

Quote from: NayNay on March 02, 2005, 11:41:29 AM
Call me dense, I had this working on an older version, yet now on 1.0.2 I only get this when posted:

[stream=256,256]http://www.xxxxx.com/clips/Misc/test.wmv[/stream]

I have gone through my edits and I am almost certain nothing was missed.  Can anyone advise? 

Thanks.

Maybe you forgot to enable Embeded stream into post in Administration Center?

NayNay

Nope, that is checked.   Hmmm....

raedzaro

I tried to upload it and it gave me
The package you tried to upload either is not a valid package or has become corrupted.

Dr.Tech

#53
Did anyone have any luck getting Quicktime to stream inline?

Am I correct in assuming that the files to be streamed by code provided in this topic for flash and real player are attachment files (as opposed to pointing to a file elsewhere)?

I'm interesterd in using it to  stream .mov files in a 320x256 (includes controller bar) and .mp3 audio files in a 320x16 format that are added as attachments (similar to .gifs and .jpgs)

I was successful in getting both to work in pnPHPBB2 but have been struggling with the code in SMF.

This is one of my unsuccessful attempts and is only provided as a starting point for anyone who has the skills (I'm only a hacker at php).

               $codetocache[] = '<object id=\"QT\" width=\\320 height=\\256 type=\"application/x-oleobject\" classid=\"02BF25D5-8C17-4B23-BC80-D3488ABDDC6B\"
codebase=\"hxxp:www.apple.com/qtactivex/qtplugin.cab%5C [nonactive]
<param name=\"AUTOPLAY\" value=\"false\"><param name=\"CONTROLLER\" value=\"true\">
<embed pluginspage="hxxp:www.apple.com/quicktime/download [nonactive]"  src=\\3 name=MediaPlayer2 CONTROLLER="true" AUTOPLAY="false" type="video/quicktime" width=\\320 height=\\240></embed></object>';


thanks
DT

1948Pal

Hi, I have this, but it only works in IE, I still can't get it to work the plugin under FireFox
$codefromcache[] = '/\[quick=(.+?),(.+?)\](?:<br \/>)?(.+?)(?:<br \/>)?\[\/quick\]/is';
if (empty($modSettings['enableEmbeddedquick']))
$codetocache[] = '<a href="$3" target="_new">$3</a>';
else

                        $codetocache[] = '<OBJECT ID=RVOCX width=\\1 CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="160"HEIGHT="144"
CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="$3">
<PARAM NAME="CONSOLE" VALUE="MOVIE1">
<PARAM name="AUTOPLAY" VALUE="false">
<PARAM name="CONTROLLER" VALUE="true">
<PARAM NAME="CONSOLE" VALUE="MOVIE1">
<EMBED SRC="MOVIE1" WIDTH="160" HEIGHT="144" AUTOPLAY="false" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>';
"No matter how long the river, the river will reach the sea".
Eugene Fitch Ware

[Unknown]

You want:

<EMBED SRC="$3" WIDTH="160" HEIGHT="144" AUTOPLAY="false" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>

Instead of:

<EMBED SRC="MOVIE1" WIDTH="160" HEIGHT="144" AUTOPLAY="false" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>

-[Unknown]

1948Pal

Thanks unknown, the simplest things in life make the biggest difference :)
It works in FF but I get this piece of code in the postCODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"
Ideas?
"No matter how long the river, the river will reach the sea".
Eugene Fitch Ware

[Unknown]

Try:

$codefromcache[] = '~\[quick=(\d+?),(\d+?)\](?:<br />)?(.+?)(?:<br />)?\[/quick\]~is';
if (empty($modSettings['enableEmbeddedquick']))
$codetocache[] = '<a href="$3" target="_new">$3</a>';
else
$codetocache[] = '<object width="$1" height="$2" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="SRC" value="$3" />
<param name="CONSOLE" value="MOVIE1" />
<param name="AUTOPLAY" value="false" />
<param name="CONTROLLER" value="true" />
<embed src="$3" width="$1" height="$2" autoplay="false" controller="true" pluginspage="http://www.apple.com/quicktime/download/"></embed>
</object>';


-[Unknown]

1948Pal

Great, thank you. That worked.
"No matter how long the river, the river will reach the sea".
Eugene Fitch Ware

CrazyJoe

Quote from: NayNay on March 02, 2005, 11:41:29 AM
Call me dense, I had this working on an older version, yet now on 1.0.2 I only get this when posted:

[stream=256,256]http://www.xxxxx.com/clips/Misc/test.wmv[/stream]

I have gone through my edits and I am almost certain nothing was missed.  Can anyone advise? 

Thanks.

I'm getting the same problem. I went through and checked my edits twice now and it all looks right. I have the check box checked in the admin panel for enabling streaming video.

My forum is running current version(1.0.3), anybody have any ideas on what could be wrong?

Advertisement: