Forum: Official SMS Forums - Forum for discussing SMS: Simple Media System player for the PS2.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: How to play AVIs on CD/DVD right now using SMS_host alpha 3
  

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 16
  1. #1 How to play AVIs on CD/DVD right now using SMS_host alpha 3 
    dlanor is offline Member
    Join Date
    Sep 2004
    Location
    Sweden
    Posts
    10,107
    Downloads
    5
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    0
    Likes Received
    126
    As some of you already know, I have released a fully functional version of my host: interface for SMS, grafted onto SMS v1.3, the current version.

    That SMS_host release is available at the bottom of page two of the release thread for SMS v1.3.

    That version still lacks support for CD/DVD disks using normal ISO filesystems, which EEUG is working on for v1.4...

    But until that version is complete, you can do what I've done:

    Create a text file named "elflist.txt", and enter a text line in it for each PC drive you want to access via host:, and be sure to include your CD/DVD drives. Typical lines in such a file should look like these two:

    C:
    D:

    You just add to those the additional drives you have, that you want to use with SMS. Then save that file in the same folder where you have ps2client.exe (the host: server). Next you create another text file in that folder, and name this file "HOST_server.bat" (or "whatever_you_prefer.bat" ), and let it contain the following text line:

    "%~dp0\ps2client" -h 192.168.0.10 listen

    In that line you should replace the IP number with that of your own PS2, if that is different, and you should NOT remove the quotes. (They are needed if the pathname where this stuff is stored happens to contain any spaces.)

    With those two files stored in the same place as ps2client.exe, use the mouse to drag-drop a shortcut icon for the BAT file onto the desktop.

    From that moment on, you can launch ps2client as host: server just by D-clicking that shortcut. Doing this AFTER starting SMS will cause the host: drive icon to appear on top of the SMS browser, and you can then use it to navigate to any PC drive that was included in "elflist.txt" earlier. And since that includes your CD/DVD drives on the PC, you can now use them to let SMS play AVIs from your disks.

    Best regards: dlanor
    Reply With Quote  

  2. #2  
    Mr. Worm~~ is offline Member
    Join Date
    Oct 2004
    Location
    Argentina
    Posts
    511
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Kinda nice dlanor, works perfect here!!!
    Tks 4 the tip
    Best Regards, Mr. Worm~~
    PS2 V10 NTSC / MI v1.82 / ULE 3.80 / SMS 1.7.5 / HDL 0.8 / 300G HDD
    Reply With Quote  

  3. #3 Question  
    taz030485's Avatar
    taz030485 is offline Member
    Join Date
    Mar 2004
    Location
    Australia
    Posts
    214
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Can I launch the server in the same way you described to my in the "Getting files onto HDD" thread? ie drag a folder onto the BAT that you posted.
    That way I don't have to navigate through tons of subfolders?

    NB Feel free to ask me for more info if I was too vague
    "My logical data analysis sector indicates that would be highly unlikely. And my bullshit meter agrees."
    Sheila, Red VS Blue
    Reply With Quote  

  4. #4  
    Mr. Worm~~ is offline Member
    Join Date
    Oct 2004
    Location
    Argentina
    Posts
    511
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by taz030485
    Can I launch the server in the same way you described to my in the "Getting files onto HDD" thread? ie drag a folder onto the BAT that you posted.
    That way I don't have to navigate through tons of subfolders?

    NB Feel free to ask me for more info if I was too vague
    Yes, in elflist if u want (if E: is CD/DVD):

    D:\Client
    E:
    Best Regards, Mr. Worm~~
    PS2 V10 NTSC / MI v1.82 / ULE 3.80 / SMS 1.7.5 / HDL 0.8 / 300G HDD
    Reply With Quote  

  5. #5  
    taz030485's Avatar
    taz030485 is offline Member
    Join Date
    Mar 2004
    Location
    Australia
    Posts
    214
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by taz030485
    Can I launch the server in the same way you described to my in the "Getting files onto HDD" thread? ie drag a folder onto the BAT that you posted.
    That way I don't have to navigate through tons of subfolders?

    NB Feel free to ask me for more info if I was too vague
    Quoting myslef, kinda stupid.

    I tried what I was asking and it worked, I simply dragged my folder of movies onto the shortcut to the BAT on my desktop and presto

    Also thanks Mr. Worm~~ for the reply
    "My logical data analysis sector indicates that would be highly unlikely. And my bullshit meter agrees."
    Sheila, Red VS Blue
    Reply With Quote  

  6. #6  
    dlanor is offline Member
    Join Date
    Sep 2004
    Location
    Sweden
    Posts
    10,107
    Downloads
    5
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    0
    Likes Received
    126
    Quote Originally Posted by taz030485
    Can I launch the server in the same way you described to my in the "Getting files onto HDD" thread? ie drag a folder onto the BAT that you posted.
    That way I don't have to navigate through tons of subfolders?

    NB Feel free to ask me for more info if I was too vague
    I understand exactly what you mean, but it won't work with a BAT file as simple as the single-liner I showed here. I kept this one supersimple on purpose, so that even those normally 'afraid' of batch commands should be able to use it.

    But if I posted a copy of my own BAT earlier (I have a vague memory of doing so), then that one should work fine. But it probably has an argument checker that demands a dropped object to let it work. (No simple D-click.) So you may want to remove that part or add a 'goto' to skip past it. If it is my own BAT you have, then it should have the label ":ArgOk" in it, and then you can insert a line with "goto ArgOk" immediately after the first line (which should be "@echo OFF"). Then it should allow simple D-click to start, and will then use any elflist.txt that is stored in the same folder.

    NB: You must use an elflist.txt to access multiple drives in host:
    NB: There is no other really good way to do it
    (There is a way, but I dislike mounting network drives in folders.)

    People who see the above as a foreign language, do not despair. You can safely ignore this post and follow instructions in the first post of this thread.

    Best regards: dlanor
    Reply With Quote  

  7. #7  
    taz030485's Avatar
    taz030485 is offline Member
    Join Date
    Mar 2004
    Location
    Australia
    Posts
    214
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by dlanor
    I understand exactly what you mean,
    ...
    But if I posted a copy of my own BAT earlier (I have a vague memory of doing so),
    ...
    NB: You must use an elflist.txt to access multiple drives in host:
    ...
    Thats good

    Yes it is your BAT.

    All my movies ae on one drive any way, but if I do want to play something on a different drive I'd just restart the server anyway (making sure to switch to hdd mode as not to make sms crash )
    "My logical data analysis sector indicates that would be highly unlikely. And my bullshit meter agrees."
    Sheila, Red VS Blue
    Reply With Quote  

  8. #8  
    Rid Guest
    Just tested your SMS_host_alpha_3, works perfectly here with normal videos

    I noticed that SMS will hang, if the PC's too busy with background tasks (in fact, I was encoding with high priority). Increasing the server's priority to realtime didn't really help either.
    How can fast the network connection transfer data? I tested another XVID-movie, compressed with quality based 1 (about 330kb/s video + 128kb/s audio). Apparently the connection wasn't fast enough or the PS2 reached it's limits... :-/

    [edit]whoops, I meant: about 330kBytes/s video + 16kBytes/s audio [/edit]
    Last edited by Rid; 08-23-2005 at 12:57 PM.
    Reply With Quote  

  9. #9  
    sond64 is offline Registered User
    Join Date
    Aug 2004
    Posts
    26
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    excuse my dumb question but sms host it's a version of sms that allow you to stream divx on the pc side?? so how do you manage the server side?
    Reply With Quote  

  10. #10  
    dlanor is offline Member
    Join Date
    Sep 2004
    Location
    Sweden
    Posts
    10,107
    Downloads
    5
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    0
    Likes Received
    126
    The host: interface is traditionally used by PS2Link/PukkLink to allow PS2 applications to access files on a PC, using a connection established between PS2Link (or PukkLink) on the PS2 end, and ps2client (or equivalent) on the PC end. So the normal PC-side server for the host: interface is in fact ps2client, despite its name.

    Some time ago I modified LaunchELF to use that method independently of PS2Link, and the speed this achieved for copying files over network was well over 500 KByte/s. So when I wanted to use SMS over network I decided to implement the same thing for it.

    That implementation was completed two days ago, and will be merged into the official SMS 1.4 release by EEUG, but you can get my final 'alpha' for testing from the thread entitled "SMS 1.3 Released!". The "SMS_host alpha 3" attachment is found at the bottom of the second page of that thread. It is basically v1.3 plus the host: interface, and a few other enhancements by EEUG that were needed to make it work.

    Best regards: dlanor
    Reply With Quote  

Page 1 of 2 1 2 LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •