444 Topics

Member Avatar for
Member Avatar for Carlosherre

<video controls="controls" width="500" autostart="False"> <source src="vid/Chantel.webm" type="video/webm" > <source src="vid/Chantel.mp4" type="video/mp4" > <source src="vid/Chantel_libtheora.ogv" type="video/ogg"> <object data="vid/Chantel.mp4" width="500"> <embed src="vid/Chantel.swf" width="320" height="240"> </embed> </object> </video>

Member Avatar for joe231
0
199
Member Avatar for tanha

Hi, I have been reviewing and reading the docs for the VLCJ but unfortunately could not come to a conclusion of configuring and running it correctly. It is appreciated if someone placing an example, snippet or tutorial of that.

Member Avatar for tanha
0
2K
Member Avatar for priceindian
Member Avatar for kamilacbe

Hi, I happend to play lot of videos in my website in Pc as well in smartphones to say Idevices/android , so please suggest me a way where it get fall back with ease. Note: i tried using the html5 video tag some browser doesnt support this and which is …

Member Avatar for Ketsuekiame
0
139
Member Avatar for ryantroop

Im hoping someone could fill in a few blanks for me, so I can better understand how I need to tackle a personal project. Obviously, it's about our wonderful friend video streaming. As I understand it, it works as follows: Video is taken from it's raw state (whatever the input …

Member Avatar for LastMitch
0
179
Member Avatar for shhh

view.php <html> <head> <title>Video Upload</title> <link rel="stylesheet" href="styles.css" /> <link href="http://vjs.zencdn.net/4.0/video-js.css" rel="stylesheet"> <script src="http://vjs.zencdn.net/4.0/video.js"></script> </head> <body> <?php include 'connect.php'; ?> <div id="box"> <?php $video = $_GET['video']; ?> <video id="my_video_1" class="video-js vjs-default-skin" controls preload="auto" width="500" height="264" poster="my_video_poster.png" data-setup="{}"> <source src="videos/<?php echo $video; ?>" type='video/mp4' /> </video> </div> </body> </html>

Member Avatar for veedeoo
0
809
Member Avatar for Tango2010

Hi, I wonder if anyone can possibly help. I am trying to teach myself how to integrate a Java video into a Java GUI / Swing Application. I am pretty competent with building Java graphical user interfaces and the background Java application code, however I am puzzled with how difficult …

Member Avatar for nvrandow
0
474
Member Avatar for OdinSmasher

Hi all; a very strange request maybe, I am looking for a way to override the internal error within Firefox that displays the grey box and the text no video with supported format I am aware I can add extra videos to cover me and the browser will run through …

Member Avatar for fheppell
0
263
Member Avatar for yosi501r

Hi everyone, I'm desperately looking for 2 programs that do the following things: Program 1: It's a video player that has the option to display the creation date of the video which is being played, but on the video itself! Program 2: It's a photo viewer that can display the …

Member Avatar for dwjohnson.7738
0
297
Member Avatar for n5555

I am developing Android app in which i upload large video from android to php server and i done this task which run perfect on emulator but when i checked on mobile it doesn't give any error but video is not upload on server please give me any suggestion as …

Member Avatar for n5555
0
137
Member Avatar for SpectateSwamp

I haven't used this type of function since 1975 and a keypunch verify system. Now I want to navigate between mini video segments. My app can play mini slices of a video and if a directional key is entered I want it to switch to another video segment or back …

Member Avatar for tinstaafl
0
196
Member Avatar for happygeek

Security researchers reveal ways that willy-waving Chatroulette users might be leaving themselves open to much more than accusations of just being dirty perverts as privacy attack scenarios are explored. [attach]15830[/attach]If you have ever been tempted, like so many male Chatroulette users, to show complete strangers the contents of your trousers …

Member Avatar for chatroulette1
0
1K
Member Avatar for happygeek

The Internationale Funkausstellung is not a jazz-fusion music event. Nope, the [URL="http:// www.ifa-berlin.com"]IFA[/URL] is apparently the world’s largest consumer electronics show these days, and it runs until 6th September in Berlin. Once over the disappointment that the only music was Muzak-alike piped hell, the race was on to discover the …

Member Avatar for LastMitch
0
278
Member Avatar for jayrbete

Can you help me about inserting video in resources of visual basic and how to call it and play in my media player in a form..because i have media player in my project and my problem is how can i insert video and call it from resources... i hope you …

Member Avatar for jakewebb
1
4K
Member Avatar for sonicx2218

So I found this neat js for my site to make the video system much more streamlined. I was wondering if anyone knew how to change the carousel.js in the code, so that instead of circling around a few thumbnails, instead there would be a grid system of thumbnails underneath. …

Member Avatar for imBaCodes
0
255
Member Avatar for varadha_sd

#hai.i am using libavcodec to write video file from buffer which is capture from usb camera.i am getting video output file with larger in size.i have to compress my video file size.plz suggest me needful thing..my code is here... OS:linux IDE:Qt # void videoctl(uint8_t *destination) { //destination -->buffer from video …

Member Avatar for varadha_sd
0
197
Member Avatar for aVar++

hello, I installed a new SDD to my pc yesturday. It booted up and everything is fine, i reinstalled windows and tried to install catalyst for my graphics card however it didnt work, said the drivers werent there but catlyst is the drivers? Windows device manager wont install the drivers …

Member Avatar for javanoob101
0
239
Member Avatar for kamilacbe

HI, I am developing a website which needs an option to copy and just paste the embed code to share any kind of video lets say youtube or cnn news, the embed code has to be copied and it should play in front end so basically i have a list …

Member Avatar for JorgeM
0
207
Member Avatar for venus87

hi friends im in need of the basic code for reading a video file as matrices in a frame by frame manner in java. can anyone please help me ?

Member Avatar for JamesCherrill
0
145
Member Avatar for garyjohnson

I am only asking How do I display the first frame of a video in a small box near the videos name onto my browse webpage?

Member Avatar for pixelsoul
0
151
Member Avatar for nalage priyanka
Member Avatar for mtostro29

Very recently, I let my laptop (HP) battery get too low, and it died on me. Usually, upon plugging in the adaptor, everything starts right back up again. However, this time, the laptop runs, but all I can see is a black screen. I can even hear the little chime …

Member Avatar for alicia.n.gallegos
0
503
Member Avatar for JaceLightning

I am trying to figure out what it would take to create software like [MaxiVista](http://www.maxivista.com/) or [ScreenRecycler](http://screenrecycler.com/ScreenRecycler.html). I have good experience with Java and C++, but these two programs are just awesome and over my head. Basically, they take a window from one computer and transfer it to another. Does …

Member Avatar for ktsangop
0
251
Member Avatar for rem2

Hi there As usual when making bigger projects I have a problem with simple thing. Basically for now I want to create simple video connection between 2 remote host via peerconnection, I have some codes that were on the web but looks like either I made some mistake either current …

Member Avatar for LastMitch
0
307
Member Avatar for noname1015

Hi, I have trouble in video streaming and I spent few weeks in researching on how to display video while receiving video file (H.264 format) from server continuously. I am writing by using VB.net The server would send me video file in encrytion, what I need to do on client …

Member Avatar for Begginnerdev
0
443
Member Avatar for satimis

Hi all, Following codes starts the video on another page by clicking the image but without a button on it. [code] <h3 style="text-align: center;"><strong><span style="color: #0000ff;">How To Play-The-Game</span></strong></h3> <a href="http://mydomain.com/path/to/How-To-Play-the-Game.mp4" target="_blank"><img class="aligncenter size-medium wp-image-156" alt="stocks_fr_beginners" src="http://mydomain.com/path/to/How-To-Play-The-Game-300x185.png" width="540" height="333" /></a> [/code] Please advise how to add a HTML button with a …

Member Avatar for satimis
0
209
Member Avatar for J-P1988

Hello, When i compile i get theses undefiend reference to extern lobal variable. In my code, i try to do an file that define it and extern it on SystemeBataille.cpp call th definitor on main.cpp but same error. If i place my extern on an specific function exemple SystemeBataille::placeExternHere i …

Member Avatar for J-P1988
0
6K
Member Avatar for lorenzocalzaretti

Hi everybody, I'd like to know if there is a way to retrieve the id of a youtube video when it plays in a youtube xl page because on youtube xl the url is always "http://youtube.com/xl/" on any video. Thank you in advance.

Member Avatar for tinstaafl
0
264
Member Avatar for erms

Hello, I want to compile multiple jpeg images into a AVI video. I downloaded the JMF, but can't seem to find any code samples to get started with it. A google search showed that download has samples shipped along with it, but mine doesn't have any samples, just jars, readme, …

Member Avatar for erms
0
199
Member Avatar for ggeoff

Hi took ages to access the message field. Still my problem is my pictures are fine having full contrast and colour. My videos are aweful. They are washed out - lacking in both colour and contrast. I am running XP Pro and also have another PC running XP pro which …

Member Avatar for ggeoff
0
148

The End.