@bpa -- you provided the following code to enable MP4 streaming on
Linux:

bpa wrote: 
> If you are on a Linux system anf you have ffmpeg (aka avconv) installed
> then create/edit a custom-convert.conf file in the same directory as the
> convert.conf file and add the foillowing (tabs are significant)
> > 
Code:
--------------------
  >   > 
  > 
  > mp4 flc * *
  > # FRB:{BITRATE=-B %B}T:{START=-ss %s}
  > [ffmpeg] -loglevel quiet -f mp4 $START$ -i $FILE$ -f flac -
  > 
  > 
--------------------
> > 
> 

In another thread, @mavit suggests this (I think also for Linux, but he
wasn't explicit):


Code:
--------------------
    
  
  mp4 flc * *
        # I:{PATH=pipe:0}F:{PATH=file:%f}R:{PATH=%F}T:{START=-ss %s}U:{END=-t 
%w}
        [ffmpeg] -loglevel quiet -f mp4 $START$ -i $PATH$ -f flac -
  
  
--------------------


http://forums.slimdevices.com/showthread.php?88286-Mixcloud-plugin&p=861033&viewfull=1#post861033

Only the first line is different.  I'm wondering if you might know
whether either of these would work for a Windows machine.  I have ffmpeg
installed.

Thx!



LMS 7.9 Win 10 SBV3 duet 
serving vintage Marantz 2230, large Advents and ADS 710.  
funky and wonderful that this new tech can talk to this old stuff
------------------------------------------------------------------------
moxbox's Profile: http://forums.slimdevices.com/member.php?userid=63382
View this thread: http://forums.slimdevices.com/showthread.php?t=104421

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to