Http://git.oschina.net/zengraoli/ie_player
A little want to make like Baidu video such as the ActiveX browser, but also want to support other browsers. At present, Firefox is almost OK, the back of the BT protocol, but also to remove the dependence of ffplay.exe, but also need ....
But I don't know where I can end up.
Interested children's shoes, give some advice or advice?
// ------------------------------------------------------------------------------------------------------------- -----------------------------------
build:dec/14/2014
Author:zengraoli
Email: [email protected]
Website: Http://blog.csdn.net/zengraoli
QQ Group: 299852502 *
Warm tips:
This mailbox is only for "mistakes and technical exchanges", at the same time welcome everyone into the QQ group to discuss together, participate in the improvement!
Please also welcome all interested students to participate in this open source project *
Usage protocol: None
Although FFmpeg has its own open source protocol to inherit, compared to this project, the relex! You can use them directly!
If you are going to use it in your project, please let me know by email so that I can understand the ultimate purpose! And I can help you a little, don't you think?
Project Description:
More, but also more chaotic, as to what to make, I am not very clear!
The current function is (mainly for Ieo (∩_∩) o actually also mainly IE project):
1, be able to decrypt and display the server-side encrypted image (the encrypted project is File_encrypt_and_dencrypt, use the routine to refer to the call of main)
2, can play the server side of the link video (using Ffplay for embedded playback)
3. The decryption UI uses Duilib (interestingly, many of the core UI code is coming from http://www.cnblogs.com/Alberl/category/524423.html in order to be fast)
There are currently bugs:
1, Video playback time window drawing of the remnant, for example, you can try to change the value of the play parameter changesize to 1, and then see the effect
2. Missing full-screen function
3, to consider the function of the playlist
4, the same page appears 2 player situation
5, how to imitate Firebreath support multiple browsers (this is a vast project)
6, do a good video player is not easy (before 5 modified, then to subdivide this piece)
Welcome again, children's shoes, participate in this project, whether it is business or technology, are welcome! After all, a person's energy is limited!
//----------------------------------------------------------------------------- ------------------------------------------------------------------
-
Deployment Guide:
-
1, server----Extract files Srv.rar, run Serverstart.bat, then the server started! Store images and video resources inside the Webroot!
-
2, client deployment----If you do not intend to modify the source code to run the example directly, then Plugins_need.rar decompression and placed in the C drive, cmd command line using regsvr32 registration Test_activex.ocx
-
3, Project deployment----use vs2012 to open Test_activex.rar extracted Test_activex.sln
-
-
You may encounter, ie prompt plug-ins unsafe, this is not my own plug-in authentication caused.
-
-
Open source A recently done ActiveX-based browser, begging for blessings!