Streaming Video Menggunakan Videolan _vlc

  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Streaming Video Menggunakan Videolan _vlc as PDF for free.

More details

  • Words: 259
  • Pages: 3
Mochammad Taufiq [email protected]

Streaming Video Menggunakan VideoLAN (VLC) File yang dibutuhkan u/ membuat Video Streaming. * vlc-0.8.6a-win32.exe * file video yang akan di streaming-kan, missal file video di simpan di D:\worldskills2007.file\FILM\AVSEQ01.DAT

1. Download File vlc-0.8.6a-win32.exe dari situs http://www.videolan.org 2. Setelah beres men-download, lakukan lah installasi software tersebut. 3. Setelah installasi selesai, buat lah file yang bernama streamingvideo.bat dengan isi file sbb:

# Direktori tempat installasi VLC cd "C:\Program Files\VideoLAN\VLC"

# Konfigurasi streaming video, mulai dari codec video hingga codec audio # juga port yang digunakan u/ streaming video # vcodec= Menjelaskan ttg codec video yang di gunakan # acodec= Menjelaskan ttg codec audio yang di gunakan # vb= Bandwith yang di gunakan u/ video # ab= Bandwith yang di gunakan u/ audio # url= port yang digunakan u/ streaming SET SOUT=#transcode{vcodec=DIV3,vb=2048,scale=1,acodec=mp3,ab=256,channels=2}:dup licate{dst=std{access=mmsh,mux=asfh,url=:1234}}

# Letak file video yang akan di streaming-kan, # Misal D:\worldskills2007.file\FILM\AVSEQ01.DAT SET ACCESS=D:\worldskills2007.file\FILM\AVSEQ01.DAT SET ETC= -I wxwin

YM: errorstudent G-Talk: [email protected]

Mochammad Taufiq [email protected]

# Letak file vlc.exe start c:\Progra~1\VideoLAN\VLC\vlc.exe %ETC% %ACCESS% :sout=%SOUT%

4. Simpan isi konfigurasi tersebut, lalu jalankan file streamingvideo.bat tersebut. 5. setelah anda menjalankan file streamingvideo.bat, maka Video Lan akan otomatis menjalankan streaming video.

6. Lakukan lah uji coba menggunakan Window Media Player. Dengan mengklik startīƒ run Jika anda mencoba menggunakan computer local/computer yang menjalankan VLC, maka pada RUN ketikan mms://localhost:1234 , atau jika anda melakukan uji coba dari computer lain, maka pada Run ketikan mms://ip_address_server_video_streaming:1234

7. Setelah itu Window Media Player akan menjalankan video yang telah kita streaming-kan tadi.

YM: errorstudent G-Talk: [email protected]

Mochammad Taufiq [email protected]

REFERENSI http://www.videolan.org http://www.ilmukomputer.com http://www.google.co.id

YM: errorstudent G-Talk: [email protected]

Related Documents