Web Forms :: Get The Views Of A Video From Remote Website?
Jun 9, 2010i need to get the number of views of a video from the mentiond below sites.when user enters the url in txtbx can view the number of views.
[URL]
i need to get the number of views of a video from the mentiond below sites.when user enters the url in txtbx can view the number of views.
[URL]
I have a button on my aspx page.now i need to get the list of videos with its nuber of views uploaded by a user on youtube.pls help me how to perform this task.this info will be shown in gridview or list view ar any other thing which is suitable.
View 13 RepliesI was wounder how to display how many has saw an image in my gallery website ?
View 1 Replieshow to capture the live video from a dvr device to a webpage?I have been searching and googling for a week and found nothing.
View 2 RepliesI want play flv file on my website. But i don't want to upload other image file for default picture.
View 1 RepliesI want to have a PHP login form on my website. When the user enters a username and password and clicks submit, they should be directed to a remote website logged in (therefore skipping the login form on the remote site).
As mentioned in the title, the remote site is built using ASP.NET.
I've tried to search for a solution this but really not finding.
Is it possible to have visitors to my website hear and see audio/video "mpg" files? I could not find any controls that output audio or video. Otherwise, is linking to u-tube my only other option?
View 2 RepliesMy project is to create a website that facilitates giving live lectures on intranet. Hence, the bandwidth is not an issue here.
Also, I have implemented some basic code of live streaming using windows media encoder SDK in a C# console application. I was able to view the streaming on another LAN PC in VLC player.
Now, how do I implement my code in the asp.net website? What I want is that in order to start the streaming (i.e., start the live lecture), the facutly just clicks on a button in a webpage. This will stream his movements to the students (via a server). Also, this will enable the facutly to view himself on the webpage.
Is this even possible? I mean it would be like : both the student and the faculty will access the same website. The interface to both of them will be different - one will start the stream and the other (student) will receive the stream.
Or will I have to create a different application to start the streaming? So it would be like the facutly will start that applicaiton to start the streaming and the students will access the stream throught the player embedded in the website.
Another question is : what player should I use to receive the stream (on the student side)? Windows Media Player (I heard that it has problems with firefox)? Or the ubiqutous flash plugin will succeed in capturing the media encoder stream?
I am working on an scenario where I want to access my webcamera and show a live video to another user. It's somewhat like conferencing. How would I write code to access my webcamera?
View 5 RepliesWhile i am Uploading Some Video Files from my asp.net website(C#) for the first time, i foud some error which i am furnishing here under
"Access to the path 'D:inetpubvhostsdemon4netsalt.comhttpdocsStudy MaterialVideo+1' is denied."
Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: Access to the path 'D:inetpubvhostsdemon4netsalt.comhttpdocsStudy MaterialVideo+1' is denied.ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}ASPNET on IIS 5 or Network Service on IIS 6 and IIS 7, and the configured application pool identity on IIS 7.5) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
i am planning to save my files in side the "
Study MaterialVideo+1,
Study MaterialVideo+2, etc..
" Folders
i need to parse remote website to get a perticular word. ineed to get a word which is in bold in the below example.And the word is changable and it van be int or char.
example:
this is a part of source of a webpage.
<thead><tr><th class="date">Date</th>
<th class="total_plays">Plays</th><th class="likes">Likes</th><th class="comments">Comments</th></tr></thead><tfoot><tr>
<td>Totals</td>
<td>13.9K</td><td>246</td><td>31</td>
i need to find out the word which is in place of 13.9k.it could b any thing like 2345 or 5678 or 20kor 34 or 1.
I have a php website with a login page containing username and password fields with the same exact html names. I would like to have a page in my ASP.NET page with a username and a password textbox field that sends the corresponding credentials to the php website using HttpWebRequest. How would I do that and how could I check the response to see if the authentication has been successful?
View 1 RepliesIs there any way to lunch Remote Desktop Connection from web server ?
im using code in below, it's working from my PC but it dose not working from web server.
Dim retval As Object
Dim MyIPAddress as string = "10.10.10.10"
retval = Shell("C:Windowssystem32mstsc.exe /CONSOLE /f /v: " + MyIPAddress , vbMaximizedFocus)
I have amazon cloud aws, i am developing a website in asp, i have remote RDP access to my server..
So i have not installed postgreSQL etc.. but i am unable to connect to that database.. and when i install and run on my local system, it connect.
Is it need to use HttpWebRequest? how does it works? i want to pass data from a asp.net page's textbox to a textbox in a given URL/ a given website, how can i do it? For example, i want to pass a text box value which is entered by a user in my asp page, then the textbox value will be passed to the website's text box and get the response. I want to pass some data to a website-for example [URL] then call the submit button of the given website from my ASP.NET page, then get response from it.
Which means when user fill in the textbox in my asp.net page, [URL] the hotel search textbox will be auto fill in with the data (such as the date) that user typed in my ASP.NET page. and this will call the submit button of the website, so that the given website can response.
I have deployed ASP.net WebSite on Remote Server ....
It gives the Following Error when i tested by typing URL in IE ....
(The URL is college.desiresoftech.com)
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.Source Error:
[Code] ....
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLMSoftwareMicrosoftFusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLMSoftwareMicrosoftFusion!EnableLog].
How can I solve it, i searched on net and the answer was server has no cr Runtime, install CR Runtime on server or Copy the .dll Files in Bin Folder, I downloaded the 10.5.3700.0 CR Runtime bt it is giving error when i try to install it...
Im currently using a method that looks like the following code to add script and css files to the head of the Layout file.
[Code]....
My problem is that this is a static method meaning it persists the list of stylesheets and script files.
I need to do the same thing that this does but without keeping it persistant.
I need the lists to be remade on every request since they change from page to page what the look are on that specific page.
Is it possible to clear the lists on every request prior to adding the scripts that are needed or maybe after they have been rendered out?
Update:
The reason for not using a section, RenderPartial or RenderaActions is to prevent the same stylesheet or script file to be added more than once to the Layout file.
The site im building has a Layout_.cshtml with the basic layout. This in turn is used by a View that loops through a list of items and for each item a RenderAction is called that outputs the specific partial view for that item. These partial views sometimes need to add stylesheets and scripts.
As there can be needed to add many different scripts and stylesheets from different partial views a global list for styles and scripts were the only way i thought this could be done so there is a global place to check if a script is allready added to the collection or not and then render them all at once in the order they were added.
Update 2:
The real question is how to do the same kind of function (a global list) but without using a static Extension method.
i want to know how can i show live video or video conference in asp.net ?
View 3 Repliesdoes anyone know how can i move a video from youtube that i have put in a site
html code is here i see the video but from design i cannot move the video
[code]....
Our customer has several security cameras at their site. These cameras transmit rtmpe streams that can be accessed by using the proper url. The video itself is flv. What the customer want is the ability to view these cameras on a website, both from internet explorer, and windows mobile 6.5. How can we do this, is there some kind of component we can use that we simply can parse the rtmpe url to, and it will go fullscreen and show the video? We need to handle input as well, both from mouse and a remote control, and we planned to use javascript for that. But for now, our biggest concern is how to play the stream.
View 1 RepliesI want to learn ASP.NET 4 and C# from scratch to intermediate at least. I want to follow videos. Do you know any good website even if it is paid, I have found this[URL] but I am not sure about it,
View 4 RepliesWhen I run my website on local server asp.net routing works very well, but when I deploy it on a remote server ( asp 4.0 integrated pipeline ) it always returns with 404 error.
My url route is very simple, a stored procedure gets image's id and then displays it.
Global.asax:
[Code]....
Default.cs:
[Code]....
I need to create a audio / video library website. Users should be able to browse / view the available video files in a player. Please give me some reference links / projects and also let me know the file format in which the streaming occurs fast.
View 5 RepliesI would like to create an asp.net website that display video in continu like TV. i am not sure which technology to use. The app will give a feel like a tv to the users.
View 1 RepliesI need the ability to stream live audio/video on my churches website. I have checked many sources online and cannot find anything that mathches my needs just right. I do not want a 3rd party software. I do not want to use the new silverlight 4 as i need to be able to deploy this now. I am on a shared hosting account so I do not have full access to the server. I know this limits the options greatly but I know there also has to be a way to do it.
Also the main need is to stream a single audio/video source but it would also be beneficial to have this a 2 way system for youth groups discussions. So the ability for the church to stream one video and the youth that are signed on can also stream there audio/video back so possibly a webcam chat type setup would be best.