Forum: PS2 Homebrew/Dev & Emu Scene - Topics relating to homebrew PS2 development and emulation. Stay current and up to date on the latest homebrew releases from the best devs on the scene.

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!

 


Thread: streaming pc screen to tv using ps2?
  

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14
  1. #1 streaming pc screen to tv using ps2? 
    besuck is offline Registered User
    Join Date
    Mar 2009
    Posts
    6
    Downloads
    0
    Uploads
    0
    Likes Given
    0
    Likes Received
    0
    is there a homebrew that would play the stream from my pc
    does the ps2 have the abilities, i would think so

    i know that i can play content that is stored on pc via sms and samba but can i see a live stream( computer screen )

    tried to google this question but found no answer

    Thanks
    Last edited by besuck; 01-11-2011 at 04:22 PM.
    Reply With Quote  

  2. #2  
    mrcordas is offline Member
    Join Date
    Jan 2011
    Location
    Brasil
    Posts
    277
    Downloads
    1
    Uploads
    0
    Likes Given
    1
    Likes Received
    8
    [lang=pt]cara tambem estava precisando. A unica transmissão ao vivo pelo ps2 que conheço e uso é pelo antigo homebrew argon semelhante ao SMS mas conten rádios e previsão de tempo online.[/lang]
    Reply With Quote  

  3. #3  
    besuck is offline Registered User
    Join Date
    Mar 2009
    Posts
    6
    Downloads
    0
    Uploads
    0
    Likes Given
    0
    Likes Received
    0
    tried to find some info on the features of argon. wasn't succesfull but do you know if it can broadcast from any source like from a vlc network stream or just feeds from internet
    Reply With Quote  

  4. #4  
    mrcordas is offline Member
    Join Date
    Jan 2011
    Location
    Brasil
    Posts
    277
    Downloads
    1
    Uploads
    0
    Likes Given
    1
    Likes Received
    8
    [lang=pt]olá. Eu não estava usando ele pouco , testei ele algumas vezes ,mas acho que ele apenas se alimenta de internet para transmitir as rádios e o tempo e tambem compartilha a mídia do pc, mas não com vlc. mas aqui neste link e no fórum do SMS tem algumas informações.[/lang]
    Reply With Quote  

  5. #5  
    besuck is offline Registered User
    Join Date
    Mar 2009
    Posts
    6
    Downloads
    0
    Uploads
    0
    Likes Given
    0
    Likes Received
    0
    i looked in the xmb file and from what i understood i could connect to the pc, but the way it's programmed i think i could only stream audio. But i'm a complete dummy in programming and i barely understand the way it works. if somebody think it would be possible let me know


    <radio>
    <categories>
    <tag>SomaFM</tag>
    </categories>
    <favorites>
    <station_record>
    <station>Drone Zone on SomaFM</station>
    <station_url_record>
    <url>http://somafm.com/dronezone.pls</url>
    <bandwidth_kbps>128</bandwidth_kbps>
    </station_url_record>
    </station_record>
    <station_record>
    <station>Space Station Soma on SomaFM</station>
    <station_url_record>
    <url>http://somafm.com/spacestation.pls</url>
    <bandwidth_kbps>128</bandwidth_kbps>
    </station_url_record>
    </station_record>


    is there a way to put computer ip in there instead of url and what about the bandwith kbps?
    Reply With Quote  

  6. #6  
    besuck is offline Registered User
    Join Date
    Mar 2009
    Posts
    6
    Downloads
    0
    Uploads
    0
    Likes Given
    0
    Likes Received
    0
    Reply With Quote  

  7. #7  
    mrcordas is offline Member
    Join Date
    Jan 2011
    Location
    Brasil
    Posts
    277
    Downloads
    1
    Uploads
    0
    Likes Given
    1
    Likes Received
    8
    [lang=pt]_apesar dele apresentar alguns erros no momento do compartilhamento(irei fazer testes).O objetivo é só compartihar a midia do pc e é só aqui que coloca-se o ip do ps2 e do pc com os respectivos nome do computador e pastas compartilhadas.
    <tcpip>

    <ip_address>192.168.1.10</ip_address>

    <subnet_mask>255.255.255.0</subnet_mask>

    <default_gateway>192.168.1.1</default_gateway>

    <dns_server>189.90.240.34</dns_server>

    </tcpip>

    <cifs>

    <servers>

    <login_info>

    <server>ANFACAGILSEVEN</server>

    <server_ip>192.168.1.60</server_ip>

    <user_name>Anfacagil Seven</user_name>

    <password></password>

    </login_info>



    _bandwith kbps significa a taxa de qualidade de audio das radios que são transmitisas em mp3.[/lang]
    Reply With Quote  

  8. #8  
    besuck is offline Registered User
    Join Date
    Mar 2009
    Posts
    6
    Downloads
    0
    Uploads
    0
    Likes Given
    0
    Likes Received
    0
    is it possible to make an empty avi container (virtual file) that would be fed with the stream on to computer side and then i could open it throught sms player on ps2 and actually see the same stream? or maybe create an m3u file leading to the stream but then what mode should i use: http, udp, rtp and what should i right in the m3u file? would it look like this :

    #EXTM3U
    #EXT-X-TARGETDURATION:-1
    #EXTINF:1,http://media.example.com/entire.ts
    #EXT-X-ENDLIST
    what would actually be the right adress?
    anybody can help??

    maybe it's a stupid question, sorry if it is
    Last edited by besuck; 01-15-2011 at 12:43 AM.
    Reply With Quote  

  9. #9  
    codex is offline Registered User
    Join Date
    Jan 2011
    Posts
    4
    Downloads
    0
    Uploads
    0
    Likes Given
    0
    Likes Received
    0
    I like your idea of creating a virtual file to stream to sms. This is an idea I also had, maybe someone has some suggestions on getting this to work. I would also like to stream live video, and not downloaded files.
    Reply With Quote  

  10. #10  
    mrcordas is offline Member
    Join Date
    Jan 2011
    Location
    Brasil
    Posts
    277
    Downloads
    1
    Uploads
    0
    Likes Given
    1
    Likes Received
    8
    Quote Originally Posted by besuck View Post
    is it possible to make an empty avi container (virtual file) that would be fed with the stream on to computer side and then i could open it throught sms player on ps2 and actually see the same stream? or maybe create an m3u file leading to the stream but then what mode should i use: http, udp, rtp and what should i right in the m3u file? would it look like this :

    #EXTM3U
    #EXT-X-TARGETDURATION:-1
    #EXTINF:1,http://media.example.com/entire.ts
    #EXT-X-ENDLIST
    what would actually be the right adress?
    anybody can help??

    maybe it's a stupid question, sorry if it is
    [lang=pt]seria uma boa ideia, mas acho que como o SMS suporta somentes protocolos ps2dev/host e samba então funcionaria com arquivos em rede LANs e quanto as .m3u no SMS só funcionan se tiverem juntas com as mídias e não poderiam usar http[/lang]
    Reply With Quote  

Page 1 of 2 1 2 LastLast
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Popular Tags

1tb 3.15 3.41 3.42 3.50 3.55 3.55 cfw 3.56 3.60 3.61 3.70 3.72 3.73 007 80gb agent under fire apps assassins creed atmel backup back up backup games backup manager backups backwards compatible banned batch black blackbox black ops blackrhino black screen blackscreen blu-ray bluray bluray drive boot break brick bricked broken bug burned bypass call of duty card cfw cfw 3.55 cheap cheat cheats cobra cod code codebreaker codes compatibility connection contest controller crash custom custom firmware dead deank debug demo diy dlc dongle downgrade downgrading download drive dvd e3 card reader e3 flasher easy eboot eboot.bin eboot bin elf emulator error esr ethernet exploit external external hdd fat fifa firmware fix flash drive fmcb fmcb 1.8 format free free mcboot freemcboot free mc boot freeze friv ftp fuse gaia gaia manager game games gameshark geohot graf_chokolo gran turismo 5 groove gt5 gta iv guide hack hacking hard hard drive harddrive hdd hdl hdloader help! helpme hermes hex homebrew ide infectus install internal internal hdd iso issue jac jailbreak jailbreak 3.55 jailbreaking jtag kakaroto killzone 3 kmeaw kmeaw 3.55 lan laser leds light linux loader logo mac magic manager matrix matrix infinity maximus mcboot media player memento memor32 memory memory card mfw mod modbo mod chip modchip modded modding mods move multiman mw2 nand need for speed netflix network network adapter newbie new ps3 news noob no sound ntfs ntsc ofw online open manager open ps2 loader open ps2 loader 0.8 openps2loader opl opl problem oplv7 otheros packer pal pandora battery param.sfo patch payload pes 2011 pgen pic pkg playstation playstation 2 playstation 3 playtv port power problem problems progskeet ps1 ps2 ps2 backups ps2 slim ps3 ps3 3.55 ps3 break ps3 break.ps3 yes ps3 game modding ps3 hdd ps3 homebrew ps3 jailbreak ps3 slim ps3break ps3key psfreedom psgroopic psgroove psjailbreak psl1ght psn psn bypass psp psx psx-scene purchase question read rebug recovery region remote play repair restore rock band rogero router save saves scene screen sdk showtime skyrim slim slim ps2 smb sms softmod sony speed spoof stuck swap swap magic swapmagic swap trick system theme themes transfer trick trophies true blue tutorial ubuntu ulaunchelf update updates upgrade usb usbadvance usb flash drive v@ughn video vmc waninkoko winhiip working x3max xmb xploder ylod