Hi
i would like to start to stream live video on the internet.
Can i use a family camcorder or must can i just buy a webcam?
Thanks all
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 9 of 9
			
		- 
	
- 
	Hi 
 
 you can use:
 a webcam
 a camcorder with an hdmi output and an elgato hd capture 60 for example
 
 You will need streaming service as livestream.com or dacast, or equivalent
  
 
 
 Best regards,
 Peter
- 
	Hi 
 i need to stream on interne meetings from my association.
 Some of the people are not living in France.
 I just need to upload stream (not a conversation like skype)
 the quality must be good to be able to watch on a large screen (not a laptop) because there will be ten persons in a country for example
 
 thanks
- 
	This will be regular and long time or occasionally for limited amount of time? What kind of bitrate/bandwidth you will have available for this? 
 
 Simplest approach seem to be: take decent PC with some decent USB camera, use ffmpeg and start streaming with H.264 codec.
 
 I use to capture (to file) ffmpeg with this kind of syntax"
 
 Works on my relatively slow notebook (core 2 duo T9400 @2.53GHz) sufficiently fast (real time) adding audio, muxing and streaming should be possible without problems - this is low cost solution.Code:@set SAVESTAMP=%DATE:/=-%_%TIME::=-% @set SAVESTAMP=%SAVESTAMP:.=-% @echo Time start is: %SAVESTAMP% @SET x264opts="level=4.1:qp=26:vbv_maxrate=32768:vbv_bufsize=16384:qpmin=4:cabac=1:threads=auto:nr=500:no-psnr:no-ssim" @ffmpeg -rtbufsize 7.68e+008 -video_size 1600x1200 -f dshow -i video="USB Video Device" -c:v libx264 -preset ultrafast -tune zerolatency -profile:v high422 -x264opts %x264opts% -x264-params %x264opts% -vf "hqdn3d=8:8:8:8,tblend=all_mode=average,decimate=cycle=2,drawtext='fontfile=Envy_Code_R_Bold.ttf:fontsize=64:fontcolor=black@0.9:box=1:boxcolor=white:boxborderw=8:x=(w-tw)/2:y=1200-64-th:text=%%{localtime\: %%d\\\/%%m\\\/%%y %%H\\\:%%M\\\:%%S }',format='pix_fmts=yuv422p'" -shortest -movflags faststart -y -f mp4 "camera_%SAVESTAMP%.mp4"
- 
	Hi 
 how can people what this over the internet?
 do i need an apache server?
 
 thanks
- 
	Post #2 solution is still the easiest. Extraordinary claims require extraordinary evidence -Carl Sagan
- 
	i found https://www.streaming-diffusion.com/ 
 
 i don t have a lot a viewers, so 7 euros is ok for me
 
 thanks all
Similar Threads
- 
  How can I download this kind of video?By neroman00 in forum Video Streaming DownloadingReplies: 17Last Post: 3rd Mar 2015, 05:11
- 
  Streaming hardware questionsBy amitm in forum Video Streaming DownloadingReplies: 4Last Post: 18th Nov 2014, 06:06
- 
  what kind of video is this (is it interlaced)By adom in forum Capturing and VCRReplies: 2Last Post: 25th Jul 2013, 06:34
- 
  Streaming Hardware RecomendationBy xrufusx in forum Video Streaming DownloadingReplies: 0Last Post: 29th May 2012, 12:55
- 
  How can I save this special kind of streaming videos?By jeanpave in forum Video Streaming DownloadingReplies: 1Last Post: 3rd Oct 2010, 06:39


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote

 
 
			
			