spacer
spacer search

SwissCenter

Search
spacer
Main Menu
Home
Documentation + FAQ
Screenshots
Downloads
Forums
Bug Tracking
History
Login
Username

Password

Remember me
?
No account yet?

Locations of visitors to this page

 
Home arrow Forums

SwissCenter Forums  


Ticket #160: SC support for ISO playback on NMTs, - 2008/08/03 14:13 Hi Nigel,

I really like to see the new ticket #160. I was coming up with just the same enhancement proposal, however, also including the correct playing of DVD-VOB file structures (enabling the DVD menus).

I donīt know whether it will be helpful for you, but since it shouldnīt harm, I simple post my investigations on the correct syntax for the PCH browser to do the job well:

Consider the subsequent 3 video files (one mpg, one DVD-VOB-file system and one DVD-ISO file) on the server (IP = 192.168.0.101) to be played by the PCH:

The files seen from the Windows world look like:

\\192.168.0.101\video\films\film1\abcd.mpg
\\192.168.0.101\video\films\film1\folder.jpg

\\192.168.0.101\video\films\film2\efgh.iso
\\192.168.0.101\video\films\film2\folder.jpg

\\192.168.0.101\video\films\film3\folder.jpg
\\192.168.0.101\video\films\film3\VIDEO_TS\VOB_TS.BUP
\\192.168.0.101\video\films\film3\VIDEO_TS\VOB_TS.IFO
\\192.168.0.101\video\films\film3\VIDEO_TS\VOB_TS.VOB
\\192.168.0.101\video\films\film3\VIDEO_TS\VTS_01_0.BUP
\\192.168.0.101\video\films\film3\VIDEO_TS\VTS_01_0.IFO
\\192.168.0.101\video\films\film3\VIDEO_TS\VTS_01_0.VOB
\\192.168.0.101\video\films\film3\VIDEO_TS\VTS_02_0.BUP
\\192.168.0.101\video\films\film3\VIDEO_TS\VTS_02_0.IFO
\\192.168.0.101\video\films\film3\VIDEO_TS\VTS_02_0.VOB
etc.

For reference the SC directory looks like: \\192.168.0.101\web\svr\swiss\....

Letīs put 3 hmtl-files into the video folder which after opening the file with the PCH browser will show the video art and then enables to start the film:

\\192.168.0.101\video\film1.html
\\192.168.0.101\video\film2.html
\\192.168.0.101\video\film3.html

As an example, the PCH sees the video files in the Linux world of the NAS (with NFS) like:

[NFS] DS207::volume1:video/films/film1/abcd.mpg

The 3 files to play the videos in this case should be:

For the mpg video, film1.html:

<html>
<table>
<tr>
<center></center>
<td valign="top">
<center>
<img src="file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.0.101::volume1:video/films/film1/folder.jpg" width="100"/>
</a>
</center>
<div class="navigationline"></div>
<center>
<a href="file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.0.101::volume1:video/films/film1/abcd.mpg" class="link" vod="">film1</a>
</center>
</td>
</tr>
</table>
</html>


For the ISO DVD video, film2.html:

<html>
<table>
<tr>
<center></center>
<td valign="top">
<center>
<img src="file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.0.101::volume1:video/films/film2/folder.jpg" width="100"/>
</a>
</center>
<div class="navigationline"></div>
<center>
<a href="file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.0.101::volume1:video/films/film2/efgh.iso" zcd="2" >film2</a>
</center>
</td>
</tr>
</table>
</html>


For the VOB-DVD video, film3.html:

<html>
<table>
<tr>
<center></center>
<td valign="top">
<center>
<img src="file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.0.101::volume1:video/films/film3/folder.jpg" width="100"/>
</a>
</center>
<div class="navigationline"></div>
<center>
<a href="file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.0.101::volume1:video/films/film3/" zcd="2" >film3</a>
</center>
</td>
</tr>
</table>
</html>


Important note: The PCH doesnīt like jpgs etc. in the VIDEO_TS folder and in that case refrains playing the VOBs. It is important to put - contrary to what SC currently automatically does – the video art into the folder beyond!

Therefore it might be better to put the video art as found by SC always outside of the VIDEO_TS folder (new enhancement proposal)!

Good success!

Regards

Joe
Clients: Popcorn A-100, Mozilla Firefox on MS Vista Business SP1.0
Media storage on NAS: Synology DS207+
1st SC 1.21 SVN1081 installed on DS207+ with FW 7.17 utilizing: Apache 2.2.8 (Unix) mod_ssl/2.2.8, MySQL 5.0.51b, OpenSSL 0.9.8g, PHP 5.2.6
2nd SC 1.21 SVN1081 installed on WIN-XP, Simese 2.05, PHP 4.4.4, mySQL 4.0.21
GbE network with Zyxel GS-108A
PCH-A100 connected via HDMI in 1920x1080p to display.
  | | The administrator has disabled public write access.
Re: Ticket #160: SC support for ISO playback on NMTs, - 2008/08/03 14:44 Important note: The PCH doesnīt like jpgs etc. in the VIDEO_TS folder and in that case refrains playing the VOBs. It is important to put - contrary to what SC currently automatically does – the video art into the folder beyond!

I wasn't aware of this, however I was planning on sending the VIDEO_TS.IFO file to the player rather than the actual folder name. Not tried this yet though.

The implementation is virtually complete, but I'm having a little trouble with some strange data being sent back from the player. Been stuck on the same problem all weekend
Player : Netgear EVA700 & Popcorn A-100
Server : Vista SP1 Home Premium (Simese 1.45, SwissCenter current SVN)
Spec : Intel C2Q Q6600, 2GB RAM, 1Tb storage.
  | | The administrator has disabled public write access.
Re: Ticket #160: SC support for ISO playback on NMTs, - 2008/08/03 15:24 Pernod wrote:
The implementation is virtually complete, but I'm having a little trouble with some strange data being sent back from the player. Been stuck on the same problem all weekend

I don't know if you are aware but the beta (and the next firmware) no longer use the "[NFS] 192.168.0.101::volume1 syntax"

Martin
  | | The administrator has disabled public write access.
Re: Ticket #160: SC support for ISO playback on NMTs, - 2008/08/03 17:20 I don't know if you are aware but the beta (and the next firmware) no longer use the "[NFS] 192.168.0.101::volume1 syntax"
Yes I was testing against the latest beta and noticed it no longer worked. Am hoping it's a bug in the beta and will be fixed for the next public release.
Player : Netgear EVA700 & Popcorn A-100
Server : Vista SP1 Home Premium (Simese 1.45, SwissCenter current SVN)
Spec : Intel C2Q Q6600, 2GB RAM, 1Tb storage.
  | | The administrator has disabled public write access.
Re: Ticket #160: SC support for ISO playback on NMTs, - 2008/08/03 17:49 It's not a bug, Syabas have changed the mount point for shares so this is not valid

<a href="file:///opt/sybhttpd/localhost.drives/[NFS] 192.168.0.101::volume1:video/films/film2/efgh.iso" zcd="2" >film2</a>


Martin
  | | The administrator has disabled public write access.
Re: Ticket #160: SC support for ISO playback on NMTs, - 2008/08/04 04:43 Just out of curiosity, did you learn this in the NMT forums or do you know the location of the fabled lost documentation?

(I keep asking my contacts at Syabas whether they have any documentation, but so far the details I've been sent are for older players (the showcenter, etc) which I've already managed to discover for myself and which doesn't always apply to the popcorn box).

Rob
Player : Pinnacle Showcenter 200 and 1000 (wired ethernet)
Server : Windows XP Pro running on an Athlon XP 2200, 768 Mb RAM, 1.8 Tb storage.

  | | The administrator has disabled public write access.
Re: Ticket #160: SC support for ISO playback on NMTs, - 2008/08/04 05:58 The href link syntax is from the PCH forums. Since this no longer works with the recent betas then I'll refrain from submitting this until we have a working solution with the next public release.

I don't have access to the PCH beta forum (yet), if anyone else does can they see if there's any useful info on this issue?
Player : Netgear EVA700 & Popcorn A-100
Server : Vista SP1 Home Premium (Simese 1.45, SwissCenter current SVN)
Spec : Intel C2Q Q6600, 2GB RAM, 1Tb storage.
  | | The administrator has disabled public write access.
Re: Ticket #160: SC support for ISO playback on NMTs, - 2008/08/04 09:17 Like everything else I've done writing the mvpmcx2 client for the NMT, I found this out by telnet, and it was important because his change also broke the easy telnet hack I was using for the client. It is not confirmed by documentation, you are kidding right?

This is going to cause a bit of havoc I'm afraid since the PCH firmware will come first, and so you will have various NMT machines with different mount points. Also part of the mount point is user configurable in the setup program. So your base url might need to be set as a varialble too.

Pernod, I will PM you the change as it stands today. Edit Oops I guess there is no PM on this forum and the NMT forum is currently down.

Martin
  | | The administrator has disabled public write access.
Re: Ticket #160: SC support for ISO playback on NMTs, - 2008/08/05 23:49 Is there an answer to my previous question? I would like to run from the svn especially with the new change to update automatically but it "broke" music last time.

Martin
  | | The administrator has disabled public write access.
spacer
 

Screenshots

www.flickr.com
This is a Flickr badge showing public photos from swisscenter. Make your own badge here.


 

Mambo is Free Software released under the GNU/GPL License.
spacer