rejetto forum

mp3 streamer

Guest · 70 · 61180

0 Members and 1 Guest are viewing this topic.

gwvenus

  • Guest
Can HFS be used as an mp3 streamer like my streamer or shoutcast?
Thanks,
Gary


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
not exactly.
streaming yes, but as simple http, can't be used for radio stations as shoutcast.


Offline TCube

  • Tireless poster
  • ****
    • Posts: 440
    • View Profile
Could anyone who done it before develop a bit "how to" ?
I'm thinking how the hell could I link playlists from my media center [J.River] to HFS [local machine] :P

Would be cool !
Make it idiot-proof and I will make a better idiot


GothicSuicide

  • Guest
um actualy it can if the person is using windows media player.. all you have to do is make a playlist of the songs you wont to be played then when the playlist is saved open it in notpad e.g you get somthing that looks like this.

<?wpl version="1.0"?>
<smil>
    <head>
        <meta name="Generator" content="Microsoft Windows Media Player -- 10.0.0.4040"/>
        <author/>
        <title>Mindless self indulgence</title>
    </head>
    <body>
        <seq>
            <media src="E:\Music\1999 - FGWSSS\01 - Backmask.mp3" tid="{B8E21483-471A-4556-A160-FE45EB3D1C20}"/>
            <media src="E:\Music\1999 - FGWSSS\02 - Bitches.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\03 - Boomin.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\04 - Clarissa.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\05 - Cocaine And Toupees.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\06 - Dicks Are For My Friends.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\07 - F.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\08 - Faggot.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\09 - Futures.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\10 - Golden I.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\11 - Harry Truman.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\12 - Holy Shit.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\13 - I Hate Jimmy Page.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\14 - I&apos;m Your Problem Now.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\15 - J.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\16 - Keepin Up With The Kids.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\17 - Kick The Bucket.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\18 - Kill The Rock.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\19 - Last Time I Tried To Rock You.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\20 - London Bridge.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\21 - M.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\22 - Masturbates.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\23 - Planet Of The Apes.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\24 - Played.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\25 - Ready For Love.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\26 - Royally Fucked.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\27 - Eleven.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\28 - Step Up Ghetto Blaster.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\29 - Whipstickagostop.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\30 - Z.mp3"/>
        </seq>
    </body>
</smil>

now the thing you need to change is the Driveletter:\\music\ with the url or your hfs e.g. again

<?wpl version="1.0"?>
<smil>
    <head>
        <meta name="Generator" content="Microsoft Windows Media Player -- 10.0.0.4040"/>
        <author/>
        <title>Mindless self indulgence</title>
    </head>
    <body>
        <seq>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\01 - Backmask.mp3" tid="{B8E21483-471A-4556-A160-FE45EB3D1C20}"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\02 - Bitches.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\03 - Boomin.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\04 - Clarissa.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\05 - Cocaine And Toupees.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\06 - Dicks Are For My Friends.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\07 - F.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\08 - Faggot.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\09 - Futures.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\10 - Golden I.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\11 - Harry Truman.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\12 - Holy Shit.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\13 - I Hate Jimmy Page.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\14 - I&apos;m Your Problem Now.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\15 - J.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\16 - Keepin Up With The Kids.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\17 - Kick The Bucket.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\18 - Kill The Rock.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\19 - Last Time I Tried To Rock You.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\20 - London Bridge.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\21 - M.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\22 - Masturbates.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\23 - Planet Of The Apes.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\24 - Played.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\25 - Ready For Love.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\26 - Royally Fucked.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\27 - Eleven.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\28 - Step Up Ghetto Blaster.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\29 - Whipstickagostop.mp3"/>
            <media src="http://70.000.000.00:port/E:/Music/1999 - FGWSSS\30 - Z.mp3"/>
        </seq>
    </body>
</smil>

replace all the 0's with your external ip address and the port number found by your hfs server. then save the wpl file again and have ppl dl it from you hfs server and it will stream your music over the net through there player "windows media player" or anything els that uses Wpl playlist formating. and your all set i use this for when im at work.

hope this helps.

GothicSuicide



Offline TCube

  • Tireless poster
  • ****
    • Posts: 440
    • View Profile


Million thanks GothicSuicide !

Link removed

J.River' Mediacenter doesn't extract directly the correct amount of data for *.wpl - I'll work it out later ...

Still it works nicely
« Last Edit: June 30, 2007, 08:44:37 PM by TCube »
Make it idiot-proof and I will make a better idiot


Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222
i like this solution, so we could make a feature in the hfs to auto create these playlist compatilbe with media player, and with other players too, like winamp, realplayer and others....they all have this particullar kind of playlist,l if all of then are avaliable on the folder with the mp3 or with the videos, well we could use this......really a cool idea....
i will try to make a tool to generate this kind of play lists and also a template that hold the players inside the page and we could "skined" it....what you guys think?

give some suggestions...
<<LeDuFe>>


GothicSuicide

  • Guest
Im glad i was of some help. yes i think that would be a great idea. personaly i think it would look good in the modified black tamplet. but thats just me.


Offline GothicSuicide

  • Occasional poster
  • *
    • Posts: 9
  • Soon i will have an army
    • View Profile
Plus that it would be great if someone proged a addon that would alow you to stream software to a remote computer .. i know you can use rdc but if you didint wont to actualy log in to the computer with rdc .. make sence.. lol anyway ill contenue to find ways around stuff and post them and see if ppl can make add ons or tamplets that allow us to do them easer

GothicSuicide


Offline GothicSuicide

  • Occasional poster
  • *
    • Posts: 9
  • Soon i will have an army
    • View Profile
By the way Rejetto i think you should pin this topic i think its going to go good for a while if there is a little intrest in this then there might be a big intrest in the future plus its allways good to know these things.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
ok, i will put it sticky for a while.
what about having it in the wiki?


Offline GothicSuicide

  • Occasional poster
  • *
    • Posts: 9
  • Soon i will have an army
    • View Profile
sounds good but i dont know how to do that ... lol i really dont mess with wiki's all that mutch ...

thanks for the sticky

GothicSuicide


Offline TCube

  • Tireless poster
  • ****
    • Posts: 440
    • View Profile
Hello !
still using my Media Center [the One and Only ;D] it took me a few minutes to compile this short playlist and make it available trough HFS (*)

Funny Little Videos link obsolete

I' used to broadcast by Sopcast [P2P] with Windows Player file format  [Video CD (MPEG v.1) 352x240 Freq 32Khz AudioB 64kbps mono Bitrate 11500 Framerate 25fps]  ... What's the heck ! drop everything and run ! this new way above is top quality for viewing !

(*) Playlist available within WMP


« Last Edit: November 09, 2006, 04:41:37 AM by TCube »
Make it idiot-proof and I will make a better idiot


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
i don't see why this wpl format should be better than the actual m3u format, that you can obtain in HFS with http://host/folder/~files.lst.m3u


Offline GothicSuicide

  • Occasional poster
  • *
    • Posts: 9
  • Soon i will have an army
    • View Profile
WPL :

<?wpl version="1.0"?>
<smil>
    <head>
        <meta name="Generator" content="Microsoft Windows Media Player -- 10.0.0.4040"/>
        <author/>
        <title>Mindless self indulgence</title>
    </head>
    <body>
        <seq>
            <media src="E:\Music\1999 - FGWSSS\01 - Backmask.mp3" tid="{B8E21483-471A-4556-A160-FE45EB3D1C20}"/>
            <media src="E:\Music\1999 - FGWSSS\02 - Bitches.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\03 - Boomin.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\04 - Clarissa.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\05 - Cocaine And Toupees.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\06 - Dicks Are For My Friends.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\07 - F.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\08 - Faggot.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\09 - Futures.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\10 - Golden I.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\11 - Harry Truman.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\12 - Holy Shit.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\13 - I Hate Jimmy Page.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\14 - I&apos;m Your Problem Now.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\15 - J.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\16 - Keepin Up With The Kids.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\17 - Kick The Bucket.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\18 - Kill The Rock.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\19 - Last Time I Tried To Rock You.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\20 - London Bridge.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\21 - M.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\22 - Masturbates.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\23 - Planet Of The Apes.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\24 - Played.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\25 - Ready For Love.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\26 - Royally Fucked.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\27 - Eleven.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\28 - Step Up Ghetto Blaster.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\29 - Whipstickagostop.mp3"/>
            <media src="E:\Music\1999 - FGWSSS\30 - Z.mp3"/>
        </seq>
    </body>
</smil>


M3U :

01 - Hey Stoopid -=mgr=-.mp3
02 - Love's A Loaded Gun -=mgr=-.mp3
03 - Snakebite -=mgr=-.mp3
04 - Burning Our Bed -=mgr=-.mp3
05 - Dangerous Tonight -=mgr=-.mp3
06 - Might As Well Be On Mars -=mgr=-.mp3
07 - Feed My Frankenstein -=mgr=-.mp3
08 - Hurrican Years -=mgr=-.mp3
09 - Little By Little -=mgr=-.mp3
10 - Die For You -=mgr=-.mp3
11 - Dirty Dreams -=mgr=-.mp3
12 - Wind-Up Toy -=mgr=-.mp3

... mm dono you think the diference would be the amount of code .. if any or buffing it would have to do i think that M3U would be easer to convert to you hfs plus that i think M3U is more compatable with other players..... mmm ill give it a try with vids and see if theres any real diference with the bitrate or buffing with the M3U or WPL formats... but for simplistic's wpl is easer to edit. all you have to do is add the url most cases. the m3u you would have to add the url dir and name.

ill look into it ..
GothicSuicide



Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
i meant.... the m3u is already available. i don't have to do anything.