Re: how can i start my own streeming website?

2017-01-10 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector


  


Re: how can i start my own streeming website?

Ok, i managed to make an m3u file, but i don't know how to let it streem as soon as the user presses enter.Please help me if it is possible.

URL: https://forum.audiogames.net/viewtopic.php?pid=293106#p293106





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: how can i start my own streeming website?

2017-01-10 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector


  


Re: how can i start my own streeming website?

Hello to all of you, and i am sorry for the late replie.Ok, i decided that i want to streem the audio in mp3.Because the most media players surports it.But i just don't know how i will be able for the user to press enter, and then the user can stream the audio.I don't want the audio to be downloadable, i just want it to be streamable.So if any one can help, that would reely be verry nice.Best regards.

URL: https://forum.audiogames.net/viewtopic.php?pid=293076#p293076





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: how can i start my own streeming website?

2017-01-10 Thread AudioGames . net Forum — Developers room : GhorthalonTheDragon via Audiogames-reflector


  


Re: how can i start my own streeming website?

You are trying to stream an audio file which is already pre-rendered and on the server?Most browsers will do this automatically, nowadays. If you link to a media file, it will usually not ask you to download, but instead play the file, allowing you to save it manually.For PG13 we use WordPress with the PowerPress Podcast Addon. It has it's built-in player. For the main radio stream on the main page it's a simple 4 line _javascript_ in the HTML.In your website, simply use the audio tag of HTML5. It comes with a player with volume controls and seek bar.If you want to have a live, radio-like stream, then things will become more complicated and a simple web space is not going to be enough for you. Also know that a radio-like stream is definitely more involved and takes more work, especially if you want it to be running constantly.In the end, the best way is simply link to the mp3 files. People who want to stream them can, people who want to down
 load them won't have any issues either. Some people don't have the bandwidth speed to stream some files, and you'll avoid pretty much all errors you could this way while keeping it easy for you.

URL: https://forum.audiogames.net/viewtopic.php?pid=293123#p293123





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: how can i start my own streeming website?

2017-01-09 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector


  


Re: how can i start my own streeming website?

I used the audio tag in html 5, after i learned some html again, i noticed that it is a reely good way for me and i am happy.thanks.

URL: http://forum.audiogames.net/viewtopic.php?pid=293208#p293208





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: how can i start my own streeming website?

2017-01-09 Thread AudioGames . net Forum — Developers room : GhorthalonTheDragon via Audiogames-reflector


  


Re: how can i start my own streeming website?

You are trying to stream an audio file which is already pre-rendered and on the server?Most browsers will do this automatically, nowadays. If you link to a media file, it will usually not ask you to download, but instead play the file, allowing you to save it manually.For PG13 we use WordPress with the PowerPress Podcast Addon. It has it's built-in player. For the main radio stream on the main page it's a simple 4 line _javascript_ in the HTML.In your website, simply use the audio tag of HTML5. It comes with a player with volume controls and seek bar.If you want to have a live, radio-like stream, then things will become more complicated and a simple web space is not going to be enough for you. Also know that a radio-like stream is definitely more involved and takes more work, especially if you want it to be running constantly.In the end, the best way is simply link to the mp3 files. People who want to stream them can, people who want to down
 load them won't have any issues either. Some people don't have the bandwidth speed to stream some files, and you'll avoid pretty much all errors you could this way while keeping it easy for you.

URL: http://forum.audiogames.net/viewtopic.php?pid=293123#p293123





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: how can i start my own streeming website?

2017-01-09 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector


  


Re: how can i start my own streeming website?

Ok, i managed to make an m3u file, but i don't know how to let it streem as soon as the user presses enter.Please help me if it is possible.

URL: http://forum.audiogames.net/viewtopic.php?pid=293106#p293106





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: how can i start my own streeming website?

2017-01-08 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector


  


Re: how can i start my own streeming website?

Hello to all of you, and i am sorry for the late replie.Ok, i decided that i want to streem the audio in mp3.Because the most media players surports it.But i just don't know how i will be able for the user to press enter, and then the user can stream the audio.I don't want the audio to be downloadable, i just want it to be streamable.So if any one can help, that would reely be verry nice.Best regards.

URL: http://forum.audiogames.net/viewtopic.php?pid=293076#p293076





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: how can i start my own streeming website?

2017-01-06 Thread AudioGames . net Forum — Developers room : crashmaster via Audiogames-reflector


  


Re: how can i start my own streeming website?

Well.It all depends.If all you want is a sort of podcast which is what I suspect you want.Have a blog with wordpress, and powerpress.Have an rss with the cast, then people can go to that and download the files.Failing that you can have a directory with all the files in it and just let people download whatever they want.If you want to stream you will need some encoders like sam, shoutcast or something, oddcast or something.You need to decide what to stream in.Most people should get mp3 streams, you will need a dialup 24 bit, mono stream and maybe a 48kbit stream stereo for mobile phone users.And whatever your standard streaming bitrate is, most have 96kbps, then your stream at 192 or there abouts.mp3 can go to 320kbps at any rate.Others do stream in ogg, but not everyone supports ogg most do and its popular that goes to 500kbps but remember not everyone has massive download caps and bandwidth.Finally if you don
 't really care you can use flac.Not every player supports it and while it is definitly a nice sound its really chunky.Most users use m3u playlists those are recognised by amost every media player.I have seen people stream in aac but its not generally what is done.A lot stream in mp3 and or ogg.Failing that, there is always windows audio.Be aware though the lower bitrate audio tends to carry a digital signal and not many use that.Finally there is real audio but not many stream with this, it can make small file sizes thougyh but not everyone can play that.

URL: http://forum.audiogames.net/viewtopic.php?pid=292699#p292699





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: how can i start my own streeming website?

2017-01-06 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector


  


Re: how can i start my own streeming website?

you can use some sort of html code in it, but if you want to stream in real time you need something like sam broadcaster and a shoutcast server

URL: http://forum.audiogames.net/viewtopic.php?pid=292578#p292578





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector