Advertisement:

Author Topic: Streaming your own video file  (Read 3026 times)

Offline PLAYBOY

  • SMF Hero
  • ******
  • Posts: 1,903
  • Livephotoshop.com & Lullabyabc.com
    • Lullabies and Us
Re: Streaming your own video file
« Reply #20 on: December 16, 2010, 02:40:00 PM »
@akc42 Man you made a whole new mod :) I wish i could do it like you did but im not even gonna try.  Thanks for the detailed explanation though. Really appreciated.

I got the problem solved using this player and doing as explained on the link
http://slvideoplayer.codeplex.com/wikipage?title=installation%20instructions&referringTitle=Home

Thx all of you guys for your help.

Offline Roph

  • Jr. Member
  • **
  • Posts: 357
  • Gender: Male
Re: Streaming your own video file
« Reply #21 on: December 16, 2010, 02:43:00 PM »
You can't stream WMV through flash. I don't recommend FLV either, it's a dead (and dead-end) format. The way forward is MP4 as a container, H.264 for the video, and AAC for the audio.

I'd recommend the JW flash player over the (spammy) flowplayer. Here's my simple [video] bbcode:

Code: [Select]
array(
    'tag' => 'video',
'type' => 'unparsed_content',
    'content' => '<embed src="http://yoursite.com/player.swf" width="575" height="324" flashvars="file=$1&type=video" allowfullscreen="true" allowscriptaccess="never" />',
),

Just put the above into subs.php with the rest of the bbcode (search for "'tag' => 'white'," to get to the right area). You also need to place the JW player swf somewhere on your server - that's all you need, no fiddling with javascript :) I use a much simpler, older and smaller version that does just what I want (play video!) without the exra cruft, right click here and save as, then host it on your own site somewhere and add the URL to the swf above in the src="" part if you want to use it :)

Offline Yoshi

  • Customizer
  • SMF Hero
  • *
  • Posts: 8,136
  • Gender: Male
Re: Streaming your own video file
« Reply #22 on: December 16, 2010, 02:49:05 PM »
I use DVDVideoSoft Video to Flash converter :)
My Mods / [WIP] Mod Builder / GitHub profile / "A programmer is just a tool which converts caffeine into code."
Quote
<FLAMER> Marketing is about to get into drug activities maybe... but we will see about that later on :P
<Yoshi2889> We're getting free drugs?
<CoreISP> He's talking about caffeine man, damn pen lifter.

Offline akc42

  • Beta Tester
  • Jr. Member
  • *
  • Posts: 123
  • Gender: Male
    • Melinda's Backups
Re: Streaming your own video file
« Reply #23 on: December 16, 2010, 02:51:05 PM »
I used JW player before I used Flowplayer.  However you have to be careful because the free licence does not allow you to use it on any commercial sites.

My site potentially became commercial when we became the official fan club, and I didn't want to take the risk so switched it.

I don't know what you mean by "spammy".  I've never had any spam as a result of downloading or using flowplayer.