View Single Post
Old 9th October 2008, 05:48   #193  |  Link
XAvAX
Registered User
 
Join Date: Nov 2006
Posts: 13
Quote:
Originally Posted by chavonbravo View Post
Yes, that's what I'd used. It can't find a demuxer when it's stdin:// for me. Only works in file mode.
Hm. Try this:
Code:
xine --verbose <file> | grep 'xine: found demuxer plugin:'
on one of the files from a decryption. The line should be in the format
Code:
xine: found demuxer plugin: <word> demux plugin
Take the first word of "<word> demux plugin", and when you next go to play it via streaming, try to pipe it into
Code:
xine stdin:// demux:<word>

Last edited by XAvAX; 9th October 2008 at 05:52.
XAvAX is offline   Reply With Quote