Toei wrote: 
> i update myself. i able to hear sound from .
> 
> i fullly newbie about this so idk.
> 
> with radioshark i able to tune stations but i cant hear nothing there.
> 
> 
> there its a stream link from audio tweaks
> hw:CARD=radioSHARK,DEV=0
> 
> http://192.xxx.x.xxx:9100/S16_LE/44100/2/F
> 
> this one. 
> 
> so i have to tune on lms to change station.  there its other way?
> 
> 
> i able to add it to tivimate .
> 
> my goal its get a stream for each station. like its done on lms. idk if
> its possible , for now i have one stream link but i have to tune on lms.

I have a modified pcp-stream script that selects the radio frequency of
the radioshark via the url and turns the blue LED on when the stream is
connected.


Code:
--------------------
    http://192.xxx.x.xxx:9101/*91.1*/S16_LE/44100/2/F
--------------------


Copy the script to /mnt/mmcblk0p2/tce/rs-stream.sh and make sure it's
executable.

You need to run it on a different port from the user commands so it
doesn't conflict with the standard streamer.  You can run the command
from an ssh session to test it.

The rs-stream.sh script automatically locates the radioshark device but
exits if it's not found.

Once it's working you can start if from the user commands on the tweaks
page of the webadmin.


Code:
--------------------
    /usr/local/bin/tcpserver -R 0 9101 /mnt/mmcblk0p2/tce/rs-stream.sh
--------------------


I'll try to build a 64bit version of the radioshark extension in the
coming days.

I also noticed that the pcp-streamer extension in pcp 7 is an older
version than what's in pcp 6, not sure how this keeps happening.  I"ll
fix that too.


+-------------------------------------------------------------------+
|Filename: rs-stream.sh.txt                                         |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=34915|
+-------------------------------------------------------------------+


Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=54926

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to