video-streaming

live video streaming in android 1.6 gives error

爱⌒轻易说出口 提交于 2019-12-23 04:14:10
问题 I have this video streaming code in android2.2 VideoView videoView = (VideoView) findViewById(R.id.surface_view); MediaController mc = new MediaController(this); mc.setAnchorView(videoView); mc.setMediaPlayer(videoView); Uri video = Uri.parse(URL); videoView.setMediaController(mc); videoView.setVideoURI(video); videoView.start(); But it doesnt work on android 1.6 it gives the error 11-22 10:39:33.245: ERROR/PlayerDriver(31): Command PLAYER_INIT completed with an error or info UNKNOWN

How to display a live streaming video via Silverlight?

廉价感情. 提交于 2019-12-23 03:09:50
问题 How can I stream video from live webcam with Silverlight? Not from my camera, but transmit from some live camera I found in internet (for example, http: //ac.lido.lv/kamera.php?lang=ru or http://pendelcam.kip.uni-heidelberg.de/axis-cgi/mjpg/video.cgi?resolution=640x480) 来源: https://stackoverflow.com/questions/4575390/how-to-display-a-live-streaming-video-via-silverlight

How to streaming video via VLC api in C#

主宰稳场 提交于 2019-12-23 02:52:40
问题 I'm working on small home project for video broadcasting. I've found some example. I've found some example Example, but it does not works, because needed old version of library 0.8.6. So I found it, but I have exceptions on unmanaged code when I've tried to get components from API. So maybe somebody works with VLC for videobrodcasting I would like if you are Advise any examples. 回答1: I found a solution and used Vlc.DotNet wrapper I've installed nuget packages and wrote console app: class

How to generate “moov before mdat” MP4 video files with Media Foundation

余生长醉 提交于 2019-12-23 02:42:04
问题 I've discovered that Microsoft Media Foundation generates MPEG4 file in which the MDAT atom comes before the MOOV atom. MOOV before MDAT is required for streaming. I assumed the solution to my problem would be to use the MF_MPEG4SINK_MOOV_BEFORE_MDAT attribute when creating the sink, but I can't seem to get it to have an effect. My code is largely the same as that http://blogs.msdn.com/b/eternalcoding/archive/2013/03/06/developing-a-winrt-component-to-create-a-video-file-using-media

Image based steganography that survives resizing?

空扰寡人 提交于 2019-12-23 01:34:51
问题 I am using a startech capture card for capturing video from the source machine..I have encoded that video using matlab so every frame of that video will contain that marker...I run that video on the source computer(HDMI out) connected via HDMI to my computer(HDMI IN) once i capture the frame as bitmap(1920*1080) i re-size it to 1280*720 i send it for processing , the processing code checks every pixel for that marker. The issue is my capture card is able to capture only at 1920*1080 where as

Image based steganography that survives resizing?

泄露秘密 提交于 2019-12-23 01:34:09
问题 I am using a startech capture card for capturing video from the source machine..I have encoded that video using matlab so every frame of that video will contain that marker...I run that video on the source computer(HDMI out) connected via HDMI to my computer(HDMI IN) once i capture the frame as bitmap(1920*1080) i re-size it to 1280*720 i send it for processing , the processing code checks every pixel for that marker. The issue is my capture card is able to capture only at 1920*1080 where as

Rails serving large files

杀马特。学长 韩版系。学妹 提交于 2019-12-22 22:51:52
问题 I'm developing an application serving large videos only to logged users. To keep these videos private i put them in a private folder inside Rails project and let Rails serve them, instead of using the public folder and excluding requests from apache (to avoid direct linking to them). My action in the controller looks like this: def video respond_to do |format| format.mp4{ send_file File.join([Rails.root, "private/videos", @lesson.link_video1 + ".mp4"]), :disposition => :inline, :stream =>

VLC stream to MP4 WEBM and Flash

只愿长相守 提交于 2019-12-22 20:51:10
问题 I am trying to stream video from a IP Cam to my my Wordpress site. I would like my stream to be available via common devices Windows, Mac, Android and IOS. Currently I am using VLC to stream,but I can only get a flash stream to work but I would like to do FLV, MP4 and webm. What player should I use to display the MP4 and webm video on the site? Also I don't think the calls to VLC are correct cause I can't open the MP4 and webm stream in VLC on another computer, but I can open the flv stream.

VLC stream to MP4 WEBM and Flash

♀尐吖头ヾ 提交于 2019-12-22 20:49:12
问题 I am trying to stream video from a IP Cam to my my Wordpress site. I would like my stream to be available via common devices Windows, Mac, Android and IOS. Currently I am using VLC to stream,but I can only get a flash stream to work but I would like to do FLV, MP4 and webm. What player should I use to display the MP4 and webm video on the site? Also I don't think the calls to VLC are correct cause I can't open the MP4 and webm stream in VLC on another computer, but I can open the flv stream.

gStreamer Video Recording Memory Leak

此生再无相见时 提交于 2019-12-22 11:11:08
问题 HI I am trying to record rtsp stream coming from camera(H264 format). I am using following gst command to do recording in MPEG4 Format gst-launch -e rtspsrc location=rtsp://10.17.8.136/mediainput/h264 latency=100 ! decodebin ! ffenc_mpeg4 ! avimux ! filesink location=test.mp4 and H264 format gst-launch-0.10 -e rtspsrc location="rtsp://10.17.8.136/mediainput/h264" latency=100 ! rtph264depay byte-stream=false ! capsfilter caps="video/x-h264,width=1920,height=1080,framerate=(fraction)25/1" !