Click here to Skip to main content
15,894,546 members
Home / Discussions / C#
   

C#

 
AnswerRe: Removing bytes from an exe file..... is it possible? Pin
Ben Fair24-Apr-09 8:38
Ben Fair24-Apr-09 8:38 
AnswerRe: Removing bytes from an exe file..... is it possible? Pin
Skymir24-Apr-09 10:16
Skymir24-Apr-09 10:16 
AnswerRe: Removing bytes from an exe file..... is it possible? Pin
OriginalGriff24-Apr-09 23:23
mveOriginalGriff24-Apr-09 23:23 
QuestionWeird Collection Thing [modified] Pin
#realJSOP24-Apr-09 5:55
mve#realJSOP24-Apr-09 5:55 
AnswerRe: Weird Collection Thing Pin
Gideon Engelberth24-Apr-09 7:21
Gideon Engelberth24-Apr-09 7:21 
GeneralRe: Weird Collection Thing Pin
Rolando CC24-Apr-09 7:43
professionalRolando CC24-Apr-09 7:43 
GeneralRe: Weird Collection Thing Pin
#realJSOP24-Apr-09 8:15
mve#realJSOP24-Apr-09 8:15 
Questionwatch video live stream on pda (broadcast from pc) Pin
b_emsi24-Apr-09 5:50
b_emsi24-Apr-09 5:50 
Hi!
In my project, i'm trying to watch a video streaming broadcasted from my pc (which uses vlc to broadcast the webcam stream ) on my pda which uses windows mobile 5.0.
Unfortunately, it doesn't work even if it has been working in another a pc whit the client application.
However,I've tried to read video stream from internet website from the pda and IT DOES WORK WTF | :WTF:
Then,I've tried to experiment every codec in the VLC broadcast but I don't know if the mobile windows media player can support this kinds of video streaming or if the connection between the pc and the pda is not working.
I notice that i'm working under the same wifi connection and here are the line codes of the broadcasting and the pda client application code.

.bat file :
vlc.exe -vvv -I rc --ttl 12 dshow:// vdev="Default" adev="Default" size="640x480" --sout=#transcode{vcodec=WMV2,vb=800,scale=1}:duplicate{dst=std{access=mmsh,mux=ts,dst=xxx.xxx.xxx.xxx:1234}}


SmartDeviceProject source :
private void button1_Click(object sender, EventArgs e)
        {
            Process.Start(new ProcessStartInfo("wmplayer.exe", "http://xxx.xxx.xxx.xxx:1234"));

                       
            
        }


I wish you can help me to find a solution to this problem.I general i want just to watch a video stream in my pda if anyone had a idea... Smile | :)
p.s.: excuse my english Poke tongue | ;-P
Questiondatasets over class objects to store data Pin
Tina P24-Apr-09 5:35
Tina P24-Apr-09 5:35 
AnswerRe: datasets over class objects to store data Pin
Yusuf24-Apr-09 5:55
Yusuf24-Apr-09 5:55 
GeneralRe: datasets over class objects to store data Pin
Tina P24-Apr-09 6:14
Tina P24-Apr-09 6:14 
GeneralRe: datasets over class objects to store data Pin
Yusuf24-Apr-09 6:20
Yusuf24-Apr-09 6:20 
QuestionRegular Expressions Pin
jas0n2324-Apr-09 4:54
jas0n2324-Apr-09 4:54 
AnswerRe: Regular Expressions Pin
musefan24-Apr-09 5:28
musefan24-Apr-09 5:28 
AnswerRe: Regular Expressions Pin
Yusuf24-Apr-09 5:56
Yusuf24-Apr-09 5:56 
QuestionMultiple Forms Open --- Toolstrip Pin
nagendra.vk24-Apr-09 4:17
nagendra.vk24-Apr-09 4:17 
AnswerRe: Multiple Forms Open --- Toolstrip Pin
musefan24-Apr-09 4:24
musefan24-Apr-09 4:24 
GeneralRe: Multiple Forms Open --- Toolstrip Pin
nagendra.vk24-Apr-09 4:45
nagendra.vk24-Apr-09 4:45 
GeneralRe: Multiple Forms Open --- Toolstrip Pin
Nagy Vilmos24-Apr-09 4:47
professionalNagy Vilmos24-Apr-09 4:47 
GeneralRe: Multiple Forms Open --- Toolstrip Pin
musefan24-Apr-09 5:06
musefan24-Apr-09 5:06 
AnswerRe: Multiple Forms Open --- Toolstrip Pin
Pete O'Hanlon24-Apr-09 4:50
mvePete O'Hanlon24-Apr-09 4:50 
QuestionHow can i install .net 3.5 setup project without .net frameowrk 3.5? Pin
Narendra Reddy Vajrala24-Apr-09 1:43
Narendra Reddy Vajrala24-Apr-09 1:43 
AnswerRe: How can i install .net 3.5 setup project without .net frameowrk 3.5? Pin
Paddy Boyd24-Apr-09 1:48
Paddy Boyd24-Apr-09 1:48 
GeneralRe: How can i install .net 3.5 setup project without .net frameowrk 3.5? Pin
Narendra Reddy Vajrala24-Apr-09 2:00
Narendra Reddy Vajrala24-Apr-09 2:00 
GeneralRe: How can i install .net 3.5 setup project without .net frameowrk 3.5? Pin
Dave Kreskowiak24-Apr-09 7:08
mveDave Kreskowiak24-Apr-09 7:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.