Author Topic: Video stream not found  (Read 8022 times)

aikarpov

  • Newbie
  • *
  • Posts: 4
Video stream not found
« on: August 17, 2009, 12:30:53 AM »
When I enable "Promotion Blue", some of the videos can't be played from video page.
Message "Video stream not found: filename".

But when i enable default theme, same videos can be played without problems.
Player on the main page works good in both themes.

* What browser you are using
Mozilla Firefox 3.5.2, Internet Explorer 8.0, Google Chrome 2.0.172.39

What OS you are using
Client: Windows Visat Business, Windows Sever 2008
Server: Debian Linux 5.0

A link to the page you noticed the bug on
Can't do - internal network.

A screenshot if possible. (Optional but highly appreciated)
http://pic.ipicture.ru/uploads/090817/1H3664Vn2P.jpg


Shawn

  • Hero Member
  • *****
  • Posts: 2616
Re: Video stream not found
« Reply #1 on: August 17, 2009, 08:31:44 AM »
Looks like pseudo-streaming isn't working on your server for some reason.  The work around is to disable pseudo-streaming.

You can disable it by opening /themes/promotion/templates/make_player.html and looking for
Code: [Select]
so.addVariable("file", "[var.video_play]");
so.addVariable("streamer","[var.base_url]/includes/xmoov.php")

and replacing it with this
Code: [Select]
so.addVariable("file", "[var.base_url]/uploads/[var.video_play]");

aikarpov

  • Newbie
  • *
  • Posts: 4
Re: Video stream not found
« Reply #2 on: August 17, 2009, 09:35:05 AM »
Thanks, problem solved.

Looks like pseudo-streaming isn't working on your server for some reason
Who knows... :)