View Single Post
Old 5th January 2017, 22:30   #16  |  Link
birdie
Artem S. Tashkinov
 
birdie's Avatar
 
Join Date: Dec 2006
Posts: 337
ffmpeg libraries are not installed locally:

Code:
render_id: 69
player_id: 0
pipeline_state: kPlaying
event: PLAY
url: file://******redacted******
total_bytes: 1558194162
streaming: false
single_origin: true
passed_cors_access_check: false
range_header_supported: true
info: FFmpegDemuxer: created audio stream, config codec: aac bytes_per_channel: 4 channel_layout: 12 samples_per_second: 48000 sample_format: 6 bytes_per_frame: 24 seek_preroll: 0ms codec_delay: 0 has extra data? true encrypted? false
duration: 6028.142307
audio_channels_count: 6
audio_codec_name: aac
audio_sample_format: Float 32-bit planar
audio_samples_per_second: 48000
bitrate: 2067893
coded_height: 720
coded_width: 960
found_audio_stream: true
found_video_stream: true
height: 720
max_duration: 6028.142307
start_time: 0
time_base: 417083/20000000
video_codec_name: h264
video_format: PIXEL_FORMAT_YV12
video_is_encrypted: false
width: 960
audio_dds: false
audio_decoder: FFmpegAudioDecoder
video_dds: false
video_decoder: FFmpegVideoDecoder
Also, you could grep google chrome binaries and see for yourself. But I guess you were too lazy to in the first place.

Also google for CVE-2014-3157:

Quote:
Heap-based buffer overflow in the FFmpegVideoDecoder::GetVideoBuffer function in media/filters/ffmpeg_video_decoder.cc in Google Chrome before 35.0.1916.153 allows remote attackers to cause a denial of service or possibly have unspecified other impact by leveraging VideoFrame data structures that are too small for proper interaction with an underlying FFmpeg library.
Magic. You didn't even try.

Last edited by birdie; 5th January 2017 at 22:33.
birdie is offline   Reply With Quote