CVS log for misc-scripts/mediatomb-sirius.py
Up to [Local Repository] / misc-scripts
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Dec 22 02:45:38 2008 UTC (6 months, 1 week ago) by mernisse
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +51 -31
lines
make my sirius <--> ps3 transcoder work finally.
long story short, endianess bit me in the ass and laughed at me
the ps3 is big endian, because it's processing unit is essentially a hyper
dual-thread PPC G5
s16l = lpcm LITTLE ENDIAN
s16be = lpcm BIG ENDIAN
s16l makes it work to my pc
s16be makes it work to the ps3
sigh
fwiw, if you wanna try streaming to your pc w/ mplayer you have to force
playback parameters so use this command line:
mplayer -nocache -demuxer rawaudio -rawaudio channels=2:rate=44100:format=0x0001 -ao pulse -ac pcm - (ymmv on -ao and fname)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Oct 4 04:52:19 2008 UTC (8 months, 4 weeks ago) by mernisse
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4
lines
use dummy iface module, this fixes crashes when not being run in a tty ( eg: if
mediatomb is daemonized, as normal )
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Oct 4 02:19:38 2008 UTC (8 months, 4 weeks ago) by mernisse
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +24 -12
lines
manage signals to kill vlc off when mediatomb kills things
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Oct 4 01:00:38 2008 UTC (8 months, 4 weeks ago) by mernisse
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +26 -4
lines
buffer the stream myself. vlc needs me to do this because it
opens the fifo when it fetches the playlist file, then it closes
the fifo, starts the stream, then re-opens the fifo... by this
point mediatomb has noticed the fifo closing and killed the process.
This is less than awesome, hopefully it will behave well enough.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Oct 3 21:24:20 2008 UTC (9 months ago) by mernisse
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +17 -7
lines
re-add check for sipie configuration
update docstring
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Oct 3 21:17:29 2008 UTC (9 months ago) by mernisse
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +34 -9
lines
add the create command line argument.
add Usage()
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Oct 3 20:57:45 2008 UTC (9 months ago) by mernisse
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -9
lines
change mp3 to lpcm for ps3 streaming in mediatomb svn
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Sep 16 04:00:19 2008 UTC (9 months, 2 weeks ago) by mernisse
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -1
lines
mediatomb-sirius.py - make sure sipie is configured.
convertwowss - update to new scritping style, ` ` to $( )
call external programs less, use param substitution instead of cut
use set -e, catch convert errors, more checking to ensure we find
convert. change folder layout to YYYY/MMDDYY/ since my Screenshots
folder was getting crazy. Use my findwow lib to find my wow install
findwow - see script header for reasoning, used by convertwowss (for me)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Dec 5 03:09:57 2007 UTC (18 months, 4 weeks ago) by mernisse
Branches: MAIN
once mediatomb can stream audio to the PS3 right, this might work.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>