I'm trying to create a function that instructs the user to use the App by having the user make a call with a video tutorial.
Video tutorials will be recorded in advance and stored in the directory: "/opt/video-tutorial/Tutorial.mp4".
How can I do this using WebRTC? My server is written in Java, so is there a way to do this?
Related
I made some video tutorials which customer can buy them from my website and i will send videos on DVDs to them .
But they will copy my video and give to each other without any more paying!
I want to write a program which keep my videos safe just in these type of problem ( I know they can capture screen !) .So what are the steps?
(as a detail i can write code in C# , JAVA for windows side and PHP for server side)
(because DVDs are note long lifetime i prefer to install my videos inside a program on their computer)
( I already can write Android application for this problem because android has some safe directory to put my data which user has not access to that directory .what i want is same thing on windows)
I expect the way which install my program on a single computer which user must active his/her program with serial key (which check through internet api).
Then I expect my video won't show regularly like *.mp4 to user ! ( should i put my video to a database ?!)( or encrypt them ? )
make your website where people can subscribe and only watch your tutorials videos whenever they want but not download them, like lynda.com etc. Its not easy but if you want to protect your videos, you have to do it.
I have a USB device that provides a video stream to the computer. Normally I just use a program to display this information in a window. I'd like to have my Java program take this image data directly into my code. How is this possible?
I already have drivers and everything set up. I just need to let my program access the data stream coming in through USB. I imagine this might be similar to using a USB webcam?
you could try Xuggler
its an open source wrapper for FFmpeg to get started with it look at this java class from the xuggler package
or this tutorial here
or you could use the xuggler media tool .
The class i gave you link to should have anything you need to decode , play , and manipulate video from any source ... just change container.open(url...) change the URL to w.e source and it should work .
Here's an example project i once made with Xuggler :
My local church hosts a weekly show and upload the videos on Youtube. And I've been asked to develop an app for them, so far all is well, however, I have to implement a feature that will allow me to stream the show's videos unto the app.
I honestly don't have much of a clue how to go about it (still new to android programming)! I've looked around here and seen that a few people have already attempted to do this, but unlike what most people have done or tried to do, the videos are released on that day (not live streaming). For example the 10/02/13 video will be released on 10/02/13.
This link gives me an idea on how to stream a video on Android, but that shows that I have to explicitly put in the link for the video.
Is there a way to do the same thing, but instead of adding the link myself, the app should retrieve the videos from a server??
Thank you in advance for your help!
Is there a way to get the link but instead of adding the link myself, the app should retrieve the videos from a server??
To achieve this you need to make the webservice which help to communicate mobile and web server. When you send the request from mobile to server then make the web service which give you response which have link of video then you can stream the video.
To stream the video.
Read here.
Inside the API DEMOS you have on example.
API DEMOS >> Media >> Mediaplayer >> Play Streaming Video
You need to downloaded using the SDK Manager, and then inside eclipse you go throw create new project form existing sample, then you read the code and copy it inside your app.
I am going to create a application where i need to show the thumbnil image of those video that is present in the server.Some site like youtube they have an link if we put it in tag it will show that video thumbnil.I just want to know is there any api to do so for my video?
use mplayer and Runtime.exec()
We are working on an online mobile video app.
The videos we want to play on mobile phones are being generated by a server, as there can be dynamic content in the server (based on user input).
Now for iPhone we would like to play the video in the best possible resolution based on the connection speed at the time of downloading the movie. This can be done using reference movies. However, because our videos are being generated on the fly, we need to generate this reference movie on the fly as well.
Is there a way to generate reference movies on the fly on a Linux server using some command line tool, PHP or Java? Or on a DOS server maybe?
Any help will be much appreciated.
Take a look at Apple's HTTP live streaming protocol.
https://developer.apple.com/streaming/