Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Include Streaming Content  (Read 3666 times)

0 Members and 1 Guest are viewing this topic.

cheercity

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Include Streaming Content
« on: September 14, 2011, 11:27:08 pm »

Hi,
I looking for a way to include streaming content e.g. from wozwa server.
Is there any usable plugin for cpg1.5?

Any ideas?

Thanks

Holger
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Include Streaming Content
« Reply #1 on: September 15, 2011, 09:22:56 am »

Can you please describe how you usually use/access content delivered by that server? Do you have a working (non-Coppermine) example?
Logged

cheercity

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Include Streaming Content
« Reply #2 on: September 15, 2011, 01:14:39 pm »

Hi,

normally use a php site with database request and integrated JW Player to play..

SERVER.XX/Player.php?FILE=xxxx

### Code

<script type='text/javascript' src='/Scripts/swfobject.js'></script>

<div id="player">
   <div id='mediaspace'>This text will be replaced</div>
</div>

<script type='text/javascript'>


  var so = new SWFObject('/player/PLAYER','ply','480', '320','9','#ffffff');
  so.addVariable('type','rtmp');
  so.addVariable('streamer','rtmp://xxx.xxx.xxx.xxx');
  so.addVariable('file','<? $File ?>');

  so.write('mediaspace');



</script>



Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Include Streaming Content
« Reply #3 on: September 15, 2011, 01:31:09 pm »

Maybe you can adjust that plugin to use your streaming server: http://forum.coppermine-gallery.net/index.php/topic,62704.0.html
Logged

cheercity

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: Include Streaming Content
« Reply #4 on: September 16, 2011, 06:22:47 pm »

thanks it work if you use same new file types and some little coding of the player config in codebase.php


Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Include Streaming Content
« Reply #5 on: September 16, 2011, 06:37:31 pm »

For the benefit of others:
Resolve your threads
If you have found an answer to your question, resolve your thread. Don't just post "I have found the answer", but tell others what you actually did to solve your issues. Posting a link to the page where you found the answer might help. Describing what you did might help as well. Finally, you can tag your answer as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.
Logged
Pages: [1]   Go Up
 

Page created in 0.024 seconds with 19 queries.