?

Status
Not open for further replies.

Wahoos4Life

Member
Joined
Dec 8, 2008
Messages
373
Location
Rixeyville Va
I was wondering how to setup a website for my feed?

ive got the feed working via web link

but was wondering how do i get a website and get the feed built in to the site?

also when the scanner is pluged in to my computer and the audio is coming out while no voice, there is an anoying Humming sound

do i need a shielded audio cable for this or am i missing something else?

thanks for help
 

SWCOScanner

Member
Feed Provider
Joined
Jan 29, 2008
Messages
37
Location
Southwest Colorado
I don't know about the website stuff, but I think I can help with the humming:

Try grounding your scanner to your computer case. On even a brand new scanner, I had to run ground wires from the screws on the back of my PC case to some sort of ground on both of the scanners.
 

Wahoos4Life

Member
Joined
Dec 8, 2008
Messages
373
Location
Rixeyville Va
I don't know about the website stuff, but I think I can help with the humming:

Try grounding your scanner to your computer case. On even a brand new scanner, I had to run ground wires from the screws on the back of my PC case to some sort of ground on both of the scanners.

yea im using a laptop

i figured out lastnight when playing some more with it that if i slightly remove the plug from the mic jack the humming goes away
 

lbpd719

Member
Joined
Nov 28, 2006
Messages
151
Location
37.02855 -120.872629
For a grounding lug, run a wire from the computer case to an eyelet/screw on the laptop for one of the ports you aren't using (I.E. one of the screw lugs on the serial port, if so equiped)
 

Livewire3286

Member
Joined
Jan 24, 2008
Messages
208
Location
Montesano, Wa
as for the on topic post , if your running a windows media feed, or basically an mp3 feed you can just include code to use windows media player for an example to play ont he web site. I do this on mine http://lasvegas.incidentbroadcast.com Is that what you mean?

Code it with your info the player anyways

<OBJECT ID="MediaPlayer" WIDTH="275" HEIGHT="156" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"

STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">

<Param Name="fileName" value="http://incidentbroadcast.com:8000/Snohomish_Co_WA_.mp3.m3u">

<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">

<PARAM NAME="AutoStart" VALUE="True">

<PARAM Name="Volume" value="-1800">

<PARAM NAME="uiMode" value="none">

<PARAM NAME="PlayCount" value="9999">

<PARAM NAME="showControls" value="True">

<PARAM NAME="ShowStatusBar" value="True">

<PARAM NAME="ShowDisplay" VALUE="flase">

<EMBED TYPE="application/x-mplayer2" SRC="http://incidentbroadcast.com:8000/Snohomish_Co_WA_.mp3.m3u" NAME="MediaPlayer"

WIDTH="235"

HEIGHT="156"

ShowControls="1"

ShowStatusBar="0"

ShowDisplay="0"

autostart="1"

volume=-1800>

</EMBED>

</object>
 
Status
Not open for further replies.
Top