Page 1 of 1
		
			
				cookie for ffmpeg
				
Posted: 
Sun Feb 14, 2016 11:55 am 
				by jesse
				Hi.
Is it possible to specify http(s) cookie that ffmpeg should use when loading streams?
			 
			
		
			
				Re: cookie for ffmpeg
				
Posted: 
Sun Feb 14, 2016 2:31 pm 
				by jhb50
				why?
			 
			
		
			
				Re: cookie for ffmpeg
				
Posted: 
Sun Feb 14, 2016 2:48 pm 
				by jesse
				for content that requires authorization
			 
			
		
			
				Re: cookie for ffmpeg
				
Posted: 
Sun Feb 14, 2016 5:25 pm 
				by zip
				Is it basic auth? You could build the URL to include it like
-   Code:
 http://user:password@host.....
 
			 
			
		
			
				Re: cookie for ffmpeg
				
Posted: 
Sun Feb 14, 2016 6:21 pm 
				by jesse
				no, it is custom cookie that is received after logging in to web site
			 
			
		
			
				Re: cookie for ffmpeg
				
Posted: 
Sun Feb 14, 2016 6:27 pm 
				by zip
				Ok, Serviio doesn't support passing cookies to ffmpeg.